From b878bd08ddf576a58374b8347fd0b3af1f3c921d Mon Sep 17 00:00:00 2001 From: "W. Felix Handte" Date: Fri, 7 Jun 2019 15:30:30 -0400 Subject: [PATCH] Clean Up Temp Files Produced By playTests.sh --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \