- Add code to visualize an instance and matching as a graph (bipartite, rather
[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