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 987ed2b..1b58bf7 100644
--- a/Makefile
+++ b/Makefile
@@ -77,7 +77,7 @@ afl:
$(AFL_PATH)/afl-fuzz \
-i test/afl_test_cases \
-o test/afl_results \
- -x test/afl_dictionary \
+ -x test/fuzzing_dictionary \
-t 100 \
$(CMARK) $(CMARK_OPTS)