X-Git-Url: http://git.joshuawise.com/snipe.git/blobdiff_plain/12aa4087bee3e70f170d7457794921de4e385227..0a24e44d4e9f82f8d3d83de8e58c83c8cf2868b6:/Makefile diff --git a/Makefile b/Makefile index ca58a0b..8829383 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,14 @@ # 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