diff --git a/contrib/fuzz/Makefile b/contrib/fuzz/Makefile --- a/contrib/fuzz/Makefile +++ b/contrib/fuzz/Makefile @@ -117,15 +117,12 @@ manifest_fuzzer: sanpy manifest.cc manif manifest_corpus.zip: python manifest_corpus.py $$OUT/manifest_fuzzer_seed_corpus.zip -copy_options: - cp *.options $$OUT - clean: $(RM) *.o *_fuzzer \ bdiff \ mpatch \ xdiff -oss-fuzz: bdiff_fuzzer mpatch_fuzzer mpatch_corpus.zip xdiff_fuzzer manifest_fuzzer manifest_corpus.zip copy_options +oss-fuzz: bdiff_fuzzer mpatch_fuzzer mpatch_corpus.zip xdiff_fuzzer manifest_fuzzer manifest_corpus.zip -.PHONY: all clean oss-fuzz sanpy copy_options +.PHONY: all clean oss-fuzz sanpy diff --git a/contrib/fuzz/manifest_fuzzer.options b/contrib/fuzz/manifest_fuzzer.options deleted file mode 100644 --- a/contrib/fuzz/manifest_fuzzer.options +++ /dev/null @@ -1,2 +0,0 @@ -[libfuzzer] -detect_leaks = 0