From: Wolfgang Bumiller Date: Sat, 11 Feb 2017 10:47:47 +0000 (+0100) Subject: clean: include *.d X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3b0a69fffe9cb25d65fe9fd9cba7a548d21e5f3d;p=xonotic%2Fgmqcc.git clean: include *.d --- 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))