diff Makefile @ 1:4202f6eda946

Initial parsing and pretty-printing
author Adam Chlipala <adamc@hcoop.net>
date Sat, 26 Jan 2008 12:35:32 -0500
parents 502c6d622477
children 5f04adf47f48
line wrap: on
line diff
--- a/Makefile	Sat Jan 26 10:06:22 2008 -0500
+++ b/Makefile	Sat Jan 26 12:35:32 2008 -0500
@@ -37,5 +37,7 @@
 	MLTON += -const 'Exn.keepHistory true'
 endif
 
-bin/lacweb: src/lacweb.mlb src/*.sig src/*.sml
+bin/lacweb: src/lacweb.mlb src/*.sig src/*.sml \
+		src/lacweb.mlton.lex.sml \
+		src/lacweb.mlton.grm.sig src/lacweb.mlton.grm.sml
 	$(MLTON) -output $@ src/lacweb.mlb