First attempt at evaluating the quality of matchings.
[match/match.git] / program / Makefile
... / ...
CommitLineData
1# Let's keep it simple for now.
2all:
3 ghc -fglasgow-exts --make -c *.hs
4all-optimized:
5 ghc -fglasgow-exts --make -O -hisuf O.hi -osuf O.o -c *.hs
6clean:
7 rm -f *.hi *.o