cmark

My personal build of CMark ✏️

Commit
ebb36b078f9276372d04c1b6993fe4fa42d74d66
Parent
471a814b81f2ac4340b60fcc49e9ff0c895a9f52
Author
John MacFarlane <jgm@berkeley.edu>
Date

Removed unnecessary dependency in Makefile.

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
@@ -12,7 +12,7 @@ SPECVERSION=$(shell grep version: $(SPEC) | sed -e 's/version: *//')
 
 .PHONY: all spec leakcheck clean fuzztest dingus upload jshint test testjs benchjs update-site upload-site
 
-all: $(SRCDIR)/case_fold_switch.inc $(PROG) libcmark.so
+all: $(PROG) libcmark.so
 
 README.html: README.md template.html
 	pandoc --template template.html -S -s -t html5 -o $@ $<