- Commit
- 8c121939e21f6ebb57e33a2e2e4bf90d37a0a140
- Parent
- 0e5a0584cedb329fc7eca1966fe95bd2f4593e7e
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Added afl to .PHONY in Makefile.
My personal build of CMark ✏️
Added afl to .PHONY in Makefile.
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 @@ -19,7 +19,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 asan mingw archive bench astyle update-spec +.PHONY: all cmake_build spec leakcheck clean fuzztest dingus upload test update-site upload-site debug asan mingw archive bench astyle update-spec afl all: cmake_build man/man3/cmark.3