- Implement CS2 min-cost-flow adaptor and generalize common min-cost-flow stuff
[match/match.git] / program / Makefile
CommitLineData
d7d9561e
MM
1# Let's keep it simple for now.
2all:
967c39ef 3 ghc -fglasgow-exts --make -c *.hs
2ed0056e
MM
4all-optimized:
5 ghc -fglasgow-exts --make -O -hisuf O.hi -osuf O.o -c *.hs
d7d9561e
MM
6clean:
7 rm -f *.hi *.o