cmark

My personal build of CMark ✏️

Commit
7094cc91ced9cd4740d2d87ca3f96cc9f5aa2344
Parent
be6f518925a5d294e4a9a418f5e5d70fe91b96cb
Author
John MacFarlane <jgm@berkeley.edu>
Date

Fixed update-site Makefile 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
@@ -62,7 +62,7 @@ fuzztest:
 update-site: README.html spec.html
 	cp README.html _site/index.html
 	cp spec.html _site/
-	cp -r js/* _site/js/*
+	cp -r js/* _site/js/
 
 upload: spec.html spec.pdf
 	scp spec.html spec.pdf js/stmd.js js/index.html website:html/markdown/