cmark

My personal build of CMark ✏️

Commit
e113185554c4d775e6fca0596011b405fa1700a5
Parent
76ed9a65b03b2477628c0bf72855cc4686642574
Author
John MacFarlane <jgm@berkeley.edu>
Date

Rebuild src/entities.h when the generating python program changes.

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
@@ -21,7 +21,7 @@ INSTALL_PREFIX?=/usr/local
 
 .PHONY: all cmake_build spec leakcheck clean fuzztest dingus upload test update-site upload-site debug ubsan asan mingw archive bench astyle update-spec afl
 
-all: cmake_build man/man3/cmark.3
+all: src/entities.h cmake_build man/man3/cmark.3
 
 $(CMARK): cmake_build