# the following are SML-NJ specific defines 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/l2c.heap.* TAGS: clean ${RM} TAGS bin/create-tags *.cm *.sml */*.lex */*.grm */*.sml FORCE: