diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-12-19 12:15:09 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-12-19 12:15:09 -0800 |
commit | 02d6b66768f1e3204ec6efb116f462f571972d17 (patch) | |
tree | b338eda80ed2d996a52d0dce6235c92c88d06737 /Makefile | |
parent | 1140f7ddd58388709ce87b4c306a7c875af5406e (diff) |
Removed outdated targets from Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ RELEASE?=CommonMark-$(VERSION) INSTALL_PREFIX?=/usr/local CLANG_CHECK?=clang-check -.PHONY: all cmake_build spec leakcheck clean fuzztest dingus upload test update-site upload-site debug ubsan asan mingw archive bench format update-spec afl clang-check +.PHONY: all cmake_build leakcheck clean fuzztest test debug ubsan asan mingw archive bench format update-spec afl clang-check all: cmake_build man/man3/cmark.3 |