cmark

My personal build of CMark ✏️

Commit
4de9c6ecf66f27829d226b3ad414823589dacd13
Parent
7a6a00366b01c100ea866f14e33090497e9c31ef
Author
John MacFarlane <jgm@berkeley.edu>
Date

afl target: removed '-m none', added CMARK_OPTS.

Diffstat

1 file changed, 1 insertion, 2 deletions

Status File Name N° Changes Insertions Deletions
Modified Makefile 3 1 2
diff --git 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); \