From c0908f463aadaa9b4a290920a08e5b8273094ebe Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Thu, 6 Apr 2006 08:51:33 +0000 Subject: [PATCH] Added files to "clean" target. committer: mfx 1144313493 +0000 --- src/stub/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stub/Makefile b/src/stub/Makefile index bc7eefb5..cc7212df 100644 --- a/src/stub/Makefile +++ b/src/stub/Makefile @@ -249,7 +249,7 @@ stubs: $(STUBS) mostlyclean: -rm -f *.bin *.bkp *.d *.i *.lst *.map stubify.exe - -rm -f *.o *.asx *.asy + -rm -f *.ah *.asx *.asy *.out clean: mostlyclean ifneq ($(strip $(wildcard stamp-h)),)