diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2017-03-21 10:28:03 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2017-03-21 10:28:20 -0700 |
commit | db98a7e28b6af387ce1aa8645eb7385d2f6096b3 (patch) | |
tree | 5f42f0a7e7f259b7d9309fa22952ec76e57f6b67 /Makefile | |
parent | 640c94f90d8e8d20079382e50c458b14dc1047c9 (diff) |
Fix path to fuzzing corpus
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |