summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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)