summaryrefslogtreecommitdiff
path: root/conf/sources.mk
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-03-04 19:35:13 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-03-04 19:35:13 -0500
commitd3dc67e2bfae6f96f0d25e46814d837a572220a1 (patch)
tree4e7aea69e7ad9eec8d5630aa8497421f1d11fae7 /conf/sources.mk
parent2e156299711a95825eec5b0a11608a27725e9731 (diff)
fiddle with the things to make jflex work
Diffstat (limited to 'conf/sources.mk')
-rw-r--r--conf/sources.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/sources.mk b/conf/sources.mk
index 2f86c2b..577e105 100644
--- a/conf/sources.mk
+++ b/conf/sources.mk
@@ -121,6 +121,8 @@ jflex = tar|http://jflex.de/jflex-1.5.1.t
jflex-bootstrap = $(jflex)
# This is the last version of CUP developed at Princeton; I have a low opinion of the maintainers at TUM.
-#cup = tar|http://www.cs.princeton.edu/~appel/modern/java/CUP/java_cup_v10k.tar.gz
-cup = tar|http://www2.cs.tum.edu/projects/cup/java_cup_v10k.tar.gz
+#java_cup = tar|http://www.cs.princeton.edu/~appel/modern/java/CUP/java_cup_v10k.tar.gz
+java_cup = tar|http://www2.cs.tum.edu/projects/cup/java_cup_v10k.tar.gz
jlex = file|http://www.cs.princeton.edu/~appel/modern/java/JLex/Archive/1.2.6/Main.java
+java_cup-cli = stub|java_cup|java_cup.Main
+jlex-cli = stub|jlex|JLex.Main