summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-04-14 21:08:23 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-04-14 21:08:38 -0700
commit8c121939e21f6ebb57e33a2e2e4bf90d37a0a140 (patch)
treeccab57aacd0a321b053580ac1240c9d04a923d18 /Makefile
parent0e5a0584cedb329fc7eca1966fe95bd2f4593e7e (diff)
Added afl to .PHONY in Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eacc271..a8f116e 100644
--- 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