From 3b0a69fffe9cb25d65fe9fd9cba7a548d21e5f3d Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Sat, 11 Feb 2017 11:47:47 +0100 Subject: [PATCH] clean: include *.d --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1215107..c10bcf4 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,7 @@ strip: $(GMQCC) $(QCVM) $(TESTSUITE) strip $(TESTSUITE) clean: - rm -rf *.o $(GMQCC) $(QCVM) $(TESTSUITE) $(PAK) *.dat gource.mp4 *.exe gm-qcc.tgz ./cov-int + rm -rf *.o *.d $(GMQCC) $(QCVM) $(TESTSUITE) $(PAK) *.dat gource.mp4 *.exe gm-qcc.tgz ./cov-int depend: @ makedepend -Y -w 65536 2> /dev/null $(subst .o,.c,$(DEPS)) -- 2.39.2