From f1f08ef096c4afae74e71f0db053c7ef3bcc4632 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 24 Jan 2015 12:27:40 -0800 Subject: Removed some old targets from .PHONY. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a946f98..47ff111 100644 --- 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 -- cgit v1.2.3