The proposal matcher. It works on a small example.
[match/match.git] / Makefile
1 # Let's keep it simple for now.
2 all:
3         ghc --make -c *.hs
4 clean:
5         rm -f *.hi *.o