cmark

My personal build of CMark ✏️

Commit
ace1b42818ebdbee46ca0153fb0b49e1494321e0
Parent
f4e6bbd71314d4e9eccc8f75297fb78c28619827
Author
John MacFarlane <jgm@berkeley.edu>
Date

Fixed spec.pdf target.

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
@@ -178,7 +178,7 @@ dingus: js/commonmark.js
 ### Spec ###
 
 spec.md: $(SPEC)
-	python3 makespec.py $< markdown > $@
+	python3 makespec.py markdown > $@
 
 spec: spec.html
 	@anchors=`perl -ne '@matches = / id="([^"]*)"/g; foreach $$match (@matches) { print "$$match\n"; }' $<`; \