Add tools to test that cleaning works properly
[ghc-hetmet.git] / utils / testremove / ghc.mk
1
2 .PHONY: utils/testremove_all
3 utils/testremove_all: utils/testremove/wouldrm utils/testremove/checkremove
4
5 utils/testremove/wouldrm: $$@.hs
6         $(GHC_STAGE1) --make -O $@
7
8 utils/testremove/checkremove: $$@.hs
9         $(GHC_STAGE1) --make -O $@