From: W. Felix Handte Date: Fri, 7 Jun 2019 19:30:30 +0000 (-0400) Subject: Clean Up Temp Files Produced By playTests.sh X-Git-Tag: v1.4.1^2~23^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b878bd08ddf576a58374b8347fd0b3af1f3c921d;p=thirdparty%2Fzstd.git Clean Up Temp Files Produced By playTests.sh --- diff --git a/tests/Makefile b/tests/Makefile index 4ee684e08..684d6a1df 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -247,7 +247,7 @@ clean: $(MAKE) -C $(ZSTDDIR) clean $(MAKE) -C $(PRGDIR) clean @$(RM) -fR $(TESTARTEFACT) - @$(RM) -f core *.o tmp* result* *.gcda dictionary *.zst \ + @$(RM) -f core *.o tmp* *.tmp result* *.gcda dictionary *.zst \ $(PRGDIR)/zstd$(EXT) $(PRGDIR)/zstd32$(EXT) \ fullbench$(EXT) fullbench32$(EXT) \ fullbench-lib$(EXT) fullbench-dll$(EXT) \