summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-12-19 12:15:09 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-12-19 12:15:09 -0800
commit02d6b66768f1e3204ec6efb116f462f571972d17 (patch)
treeb338eda80ed2d996a52d0dce6235c92c88d06737 /Makefile
parent1140f7ddd58388709ce87b4c306a7c875af5406e (diff)
Removed outdated targets from Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 87d2103..83fe7b2 100644
--- a/Makefile
+++ b/Makefile
@@ -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