summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2017-03-21 10:28:03 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2017-03-21 10:28:20 -0700
commitdb98a7e28b6af387ce1aa8645eb7385d2f6096b3 (patch)
tree5f42f0a7e7f259b7d9309fa22952ec76e57f6b67
parent640c94f90d8e8d20079382e50c458b14dc1047c9 (diff)
Fix path to fuzzing corpus
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)