Mercurial > urweb
comparison 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 |
comparison
equal
deleted
inserted
replaced
0:502c6d622477 | 1:4202f6eda946 |
---|---|
35 | 35 |
36 ifdef DEBUG | 36 ifdef DEBUG |
37 MLTON += -const 'Exn.keepHistory true' | 37 MLTON += -const 'Exn.keepHistory true' |
38 endif | 38 endif |
39 | 39 |
40 bin/lacweb: src/lacweb.mlb src/*.sig src/*.sml | 40 bin/lacweb: src/lacweb.mlb src/*.sig src/*.sml \ |
41 src/lacweb.mlton.lex.sml \ | |
42 src/lacweb.mlton.grm.sig src/lacweb.mlton.grm.sml | |
41 $(MLTON) -output $@ src/lacweb.mlb | 43 $(MLTON) -output $@ src/lacweb.mlb |