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)