]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Update clean rules in makefiles to remove coverity stuff
authorDale Weiler <killfieldengine@gmail.com>
Sat, 22 Jun 2013 00:16:44 +0000 (00:16 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Sat, 22 Jun 2013 00:16:44 +0000 (00:16 +0000)
BSDmakefile
Makefile

index 76149683d18f423e111b494883d9311687ff0fcb..a84493bd97bae025e9078953d900c602621201ff 100644 (file)
@@ -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
index 4ba2bcdf4a39228a3dad94965bec6fdac5d609cb..4444566cd93d7c4417e6ea7fc5085203fe4014d3 100644 (file)
--- 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