Rewrite Bellman-Ford and min-cost flow, especially to stop the latter from crashing.
[match/match.git] / program / Makefile
... / ...
CommitLineData
1# Let's keep it simple for now.
2all:
3 ghc -fglasgow-exts --make -c *.hs
4clean:
5 rm -f *.hi *.o