]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
improved make clean in tests/fuzz
authorYann Collet <cyan@fb.com>
Wed, 27 Sep 2017 22:20:08 +0000 (15:20 -0700)
committerYann Collet <cyan@fb.com>
Wed, 27 Sep 2017 22:20:08 +0000 (15:20 -0700)
tests/fuzz/Makefile

index 6d2a0cfa996ca96a7d2306f2f67f40b39d7971c7..d9b00fd2af790432e9a135255eb25d82739e17eb 100644 (file)
@@ -118,9 +118,10 @@ regressiontest: corpora
 
 clean:
        @$(MAKE) -C $(ZSTDDIR) clean
-       @$(RM) -f *.a *.o
-       @$(RM) -f simple_round_trip stream_round_trip simple_decompress stream_decompress
+       @$(RM) *.a *.o
+       @$(RM) simple_round_trip stream_round_trip simple_decompress \
+           stream_decompress block_decompress block_round_trip
 
 cleanall:
-       @$(RM) -rf Fuzzer
-       @$(RM) -rf corpora
+       @$(RM) -r Fuzzer
+       @$(RM) -r corpora