blob: ac9ef6ce03115b4b41dc71715f9dec9aa4f31f9b (
plain)
1
2
3
4
5
6
7
8
9
|
.PHONY: utils/testremove_all
utils/testremove_all: utils/testremove/wouldrm utils/testremove/checkremove
utils/testremove/wouldrm: $$@.hs
$(GHC_STAGE1) --make -O $@
utils/testremove/checkremove: $$@.hs
$(GHC_STAGE1) --make -O $@
|