From db98a7e28b6af387ce1aa8645eb7385d2f6096b3 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Tue, 21 Mar 2017 10:28:03 -0700 Subject: Fix path to fuzzing corpus --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 500675c..75528fe 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ endif fuzz_%: $(BUILD)/fuzz_% @mkdir -p build/$@ - $< build/$@ tests/data_$* -max_len=1024 -dict=tests/fuzz_$*.dict + $< build/$@ tests/data_fuzz_$* -max_len=1024 -dict=tests/fuzz_$*.dict clean: rm -rf $(BUILD) -- cgit v1.2.3