cmark

My personal build of CMark ✏️

Commit
f1f08ef096c4afae74e71f0db053c7ef3bcc4632
Parent
86039e2db099bbf2b56318c7ecacc62e07b7d6a2
Author
John MacFarlane <jgm@berkeley.edu>
Date

Removed some old targets from .PHONY.

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
@@ -20,7 +20,7 @@ VERSION?=$(SPECVERSION)
 RELEASE?=CommonMark-$(VERSION)
 INSTALL_PREFIX?=/usr/local
 
-.PHONY: all cmake_build spec leakcheck clean fuzztest dingus upload test update-site upload-site debug mingw archive tarball ziparchive testtarball testziparchive testlib bench astyle
+.PHONY: all cmake_build spec leakcheck clean fuzztest dingus upload test update-site upload-site debug mingw archive bench astyle
 
 all: cmake_build man/man3/cmark.3