diff --git a/projects/example/my-api-repo/Makefile b/projects/example/my-api-repo/Makefile index 5126b0cb8..8ca5e2243 100644 --- a/projects/example/my-api-repo/Makefile +++ b/projects/example/my-api-repo/Makefile @@ -40,7 +40,7 @@ do_stuff_unittest: do_stuff_unittest.cpp my_api.a # Fuzz target, links against $LIB_FUZZING_ENGINE, so that # you may choose which fuzzing engine to use. -do_stuff_fuzzer: do_stuff_fuzzer.cpp my_api.a ${LIB_FUZZING_ENGINE} +do_stuff_fuzzer: do_stuff_fuzzer.cpp my_api.a standalone_fuzz_target_runner.o ${CXX} ${CXXFLAGS} $< my_api.a ${LIB_FUZZING_ENGINE} -o $@ zip -q -r do_stuff_fuzzer_seed_corpus.zip do_stuff_test_data