summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-07-13 17:32:43 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-07-13 17:32:43 -0700
commit4de9c6ecf66f27829d226b3ad414823589dacd13 (patch)
treed751d440d9c0019306e8cc55380968bd100ce525 /Makefile
parent7a6a00366b01c100ea866f14e33090497e9c31ef (diff)
afl target: removed '-m none', added CMARK_OPTS.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ddcd105..8b8aebc 100644
--- a/Makefile
+++ b/Makefile
@@ -75,8 +75,7 @@ afl:
-o test/afl_results \
-x test/afl_dictionary \
-t 100 \
- -m none \
- $(CMARK)
+ $(CMARK) $(CMARK_OPTS)
mingw:
mkdir -p $(MINGW_BUILDDIR); \