Fix path to fuzzing corpus
This commit is contained in:
parent
640c94f90d
commit
db98a7e28b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue