1 # the following are SML-NJ specific defines
 
   5         echo 'use "compile-snipe.sml";' | ${SML}
 
  10         mlton -verbose 2 -output bin/snipe-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}
 
  20         ${RM} bin/snipe.heap.*
 
  26         bin/create-tags *.cm *.sml */*.lex */*.grm */*.sml