]> Joshua Wise's Git repositories - snipe.git/blobdiff - Makefile
Initial import of l2c
[snipe.git] / Makefile
index ca58a0b4247cebd8edb6c2f5b7dde8ac8c0e1b4d..8829383e8760975fc37c6ed9e5d112442d030309 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,14 @@
 # the following are SML-NJ specific defines
 SML = sml
 
-l1c: FORCE
-       echo 'use "compile-l1c.sml";' | ${SML}
+l2c: FORCE
+       echo 'use "compile-l2c.sml";' | ${SML}
 
 clean:
        find . -type d -name .cm | xargs rm -rf
        ${RM} parse/*.lex.* parse/*.grm.*
        find . -type f | grep '~$$' | xargs ${RM}
-       ${RM} bin/l1c.heap.*
+       ${RM} bin/l2c.heap.*
 
 TAGS: clean
        ${RM} TAGS
This page took 0.022239 seconds and 4 git commands to generate.