1 # the following are SML-NJ specific defines
5 echo 'use "compile-l5c.sml";' | ${SML}
10 mlton -profile time -profile-branch true -output bin/l5c-mlton sources.mlb
11 ${RM} parse/l5.lex.sml
14 ${RM} parse/*.lex.* parse/*.grm.*
15 find . -type f -name '*~' | xargs rm -rf
18 find . -type d -name .cm | xargs rm -rf
19 find . -type f | grep '~$$' | xargs ${RM}
26 bin/create-tags *.cm *.sml */*.lex */*.grm */*.sml