summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-24 12:27:40 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-24 12:27:40 -0800
commitf1f08ef096c4afae74e71f0db053c7ef3bcc4632 (patch)
tree1c122b72516fef5c0d80671f0431a7d7158888fb /Makefile
parent86039e2db099bbf2b56318c7ecacc62e07b7d6a2 (diff)
Removed some old targets from .PHONY.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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