# 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