Add a debug check for a non-empty FPU stack on x86 (see #4914)
[ghc-hetmet.git] / distrib / compare / Makefile
1
2 GHC = ghc
3
4 compare: *.hs
5         "$(GHC)" -O --make -Wall -Werror $@
6
7 .PHONY: clean
8 clean:
9         rm -f *.o
10         rm -f *.hi
11         rm -f compare compare.exe
12