summaryrefslogtreecommitdiff
path: root/distrib/compare/Makefile
blob: 3099bc9cc5ac730092e9c3f762a2bc21abc7a6cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12

GHC = ghc

compare: *.hs
	"$(GHC)" --make -Wall -Werror $@

.PHONY: clean
clean:
	rm -f *.o
	rm -f *.hi
	rm -f compare compare.exe