summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a8f116e..6f58b52 100644
--- a/Makefile
+++ b/Makefile
@@ -67,6 +67,8 @@ afl:
$(AFL_PATH)/afl-fuzz \
-i test/afl_test_cases \
-o test/afl_results \
+ -x test/afl_dictionary \
+ -t 100 \
-m none \
$(CMARK)