|
|
@@ -1,13 +1,13 @@
|
|
|
# CAUTION: this file is invoked by https://github.com/google/oss-fuzz
|
|
|
|
|
|
-CXXFLAGS += -I../include
|
|
|
+CXXFLAGS += -I../src
|
|
|
|
|
|
all: \
|
|
|
$(OUT)/json_fuzzer \
|
|
|
$(OUT)/json_fuzzer_seed_corpus.zip \
|
|
|
$(OUT)/json_fuzzer.options
|
|
|
|
|
|
-$(OUT)/json_fuzzer: fuzzer.cpp $(shell find ../include -type f)
|
|
|
+$(OUT)/json_fuzzer: fuzzer.cpp $(shell find ../src -type f)
|
|
|
$(CXX) $(CXXFLAGS) $< -o$@ $(LIB_FUZZING_ENGINE)
|
|
|
|
|
|
$(OUT)/json_fuzzer_seed_corpus.zip: seed_corpus/*
|