From 8c121939e21f6ebb57e33a2e2e4bf90d37a0a140 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 14 Apr 2015 21:08:23 -0700 Subject: Added afl to .PHONY in Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3