From: Dale Weiler Date: Sat, 22 Jun 2013 00:16:44 +0000 (+0000) Subject: Update clean rules in makefiles to remove coverity stuff X-Git-Tag: v0.3.0~88 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=e08f00bfcdc5bcd400d1bf37cff15f47b930521f Update clean rules in makefiles to remove coverity stuff --- diff --git a/BSDmakefile b/BSDmakefile index 7614968..a84493b 100644 --- a/BSDmakefile +++ b/BSDmakefile @@ -65,7 +65,7 @@ test: all @ ./$(TESTSUITE) clean: - rm -f *.o $(GMQCC) $(QCVM) $(TESTSUITE) $(PAK) *.dat gource.mp4 *.exe + rm -rf *.o $(GMQCC) $(QCVM) $(TESTSUITE) $(PAK) *.dat gource.mp4 *.exe gm-qcc.tgz ./cov-int splint: @ splint $(SPLINTFLAGS) *.c *.h diff --git a/Makefile b/Makefile index 4ba2bcd..4444566 100644 --- a/Makefile +++ b/Makefile @@ -101,7 +101,7 @@ test: all @ ./$(TESTSUITE) clean: - rm -f *.o $(GMQCC) $(QCVM) $(TESTSUITE) $(PAK) *.dat gource.mp4 *.exe + rm -rf *.o $(GMQCC) $(QCVM) $(TESTSUITE) $(PAK) *.dat gource.mp4 *.exe gm-qcc.tgz ./cov-int splint: @ splint $(SPLINTFLAGS) *.c *.h