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

GHC = ghc

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

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