From e08f00bfcdc5bcd400d1bf37cff15f47b930521f Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Sat, 22 Jun 2013 00:16:44 +0000 Subject: [PATCH] Update clean rules in makefiles to remove coverity stuff --- BSDmakefile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2