1 # the following are SML-NJ specific defines
5 echo 'use "compile-l3c.sml";' | ${SML}
10 mlton -output bin/l3c-mlton sources.mlb
11 ${RM} parse/l3.lex.sml
14 ${RM} parse/*.lex.* parse/*.grm.*
17 find . -type d -name .cm | xargs rm -rf
18 find . -type f | grep '~$$' | xargs ${RM}
25 bin/create-tags *.cm *.sml */*.lex */*.grm */*.sml