]> Joshua Wise's Git repositories - snipe.git/blobdiff - Makefile
Initial import of l5c
[snipe.git] / Makefile
index 2cb435220eec662f6c700d874462a3dda53b69bc..2ae3db6938a19abcaf41c14cba4be0e72ba0d06b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,14 @@
 # the following are SML-NJ specific defines
 SML = sml
 
-l4c: FORCE
-       echo 'use "compile-l4c.sml";' | ${SML}
+l5c: FORCE
+       echo 'use "compile-l5c.sml";' | ${SML}
 
-l4c-mlton: FORCE
-       mllex parse/l4.lex
-       mlyacc parse/l4.grm
-       mlton -output bin/l4c-mlton sources.mlb
-       ${RM} parse/l4.lex.sml
+l5c-mlton: FORCE
+       mllex parse/l5.lex
+       mlyacc parse/l5.grm
+       mlton -profile time -profile-branch true -output bin/l5c-mlton sources.mlb
+       ${RM} parse/l5.lex.sml
 
 reallyclean: clean
        ${RM} parse/*.lex.* parse/*.grm.*
@@ -17,8 +17,8 @@ reallyclean: clean
 clean:
        find . -type d -name .cm | xargs rm -rf
        find . -type f | grep '~$$' | xargs ${RM}
-       ${RM} bin/l4c.heap.*
-       ${RM} bin/l4c-mlton
+       ${RM} bin/l5c.heap.*
+       ${RM} bin/l5c-mlton
 
 
 TAGS: clean
This page took 0.024693 seconds and 4 git commands to generate.