🚧 cleanup
This commit is contained in:
parent
a084e90f39
commit
33be4e7f1f
3 changed files with 80 additions and 1 deletions
|
@ -86,3 +86,6 @@ check: $(TESTCASES)
|
|||
|
||||
parse_afl_fuzzer:
|
||||
$(CXX) $(CXXFLAGS) $(CPPFLAGS) src/fuzzer-driver_afl.cpp src/fuzzer-parse_json.cpp -o $@
|
||||
|
||||
parse_cbor_fuzzer:
|
||||
$(CXX) $(CXXFLAGS) $(CPPFLAGS) src/fuzzer-driver_afl.cpp src/fuzzer-parse_cbor.cpp -o $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue