]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Clean Up Temp Files Produced By playTests.sh
authorW. Felix Handte <w@felixhandte.com>
Fri, 7 Jun 2019 19:30:30 +0000 (15:30 -0400)
committerW. Felix Handte <w@felixhandte.com>
Fri, 7 Jun 2019 19:32:28 +0000 (15:32 -0400)
tests/Makefile

index 4ee684e08709db67f7e7ae0ee0ec7daef89cc59f..684d6a1df13ba4ebfdf6cc035103c94ce2fce143 100644 (file)
@@ -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) \