cmark

My personal build of CMark ✏️

Commit
4b172b6be03de83157d3e2aab07efe40de8ee736
Parent
6f039027f8ebff929d6ee1bf4a357832154a9ad3
Author
John MacFarlane <jgm@berkeley.edu>
Date

make bench: allow overriding BENCHFILE.

Previously if you did this, it would clopper BENCHFILE with the default bench file.

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified Makefile 2 1 1
diff --git a/Makefile b/Makefile
@@ -153,7 +153,7 @@ fuzztest:
 progit:
 	git clone https://github.com/progit/progit.git
 
-$(BENCHFILE): progit
+$(BENCHDIR)/benchinput.md: progit
 	echo "" > $@
 	for lang in ar az be ca cs de en eo es es-ni fa fi fr hi hu id it ja ko mk nl no-nb pl pt-br ro ru sr th tr uk vi zh zh-tw; do \
 		cat progit/$$lang/*/*.markdown >> $@; \