diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-01-24 12:27:40 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-01-24 12:27:40 -0800 |
commit | f1f08ef096c4afae74e71f0db053c7ef3bcc4632 (patch) | |
tree | 1c122b72516fef5c0d80671f0431a7d7158888fb /Makefile | |
parent | 86039e2db099bbf2b56318c7ecacc62e07b7d6a2 (diff) |
Removed some old targets from .PHONY.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |