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