summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2015-01-24 16:21:19 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2015-01-24 16:42:49 +0100
commit7df57aa10b1d31fd90887c238cfeeedaff700552 (patch)
treeb42a92675352da602dc73041a29d214928de574e /Makefile
parenta19dd1d73ece5384c87c42477eb36265f127015d (diff)
Move message from "all" to "cmake_build" target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5c39be8..baa6859 100644
--- a/Makefile
+++ b/Makefile
@@ -22,12 +22,12 @@ RELEASE?=CommonMark-$(VERSION)
.PHONY: all cmake_build spec leakcheck clean fuzztest dingus upload jshint test testjs benchjs update-site upload-site npm debug mingw archive tarball ziparchive testtarball testziparchive testlib bench astyle
all: cmake_build man/man3/cmark.3
- @echo "Binaries can be found in $(BUILDDIR)/src"
$(PROG): cmake_build
cmake_build: $(BUILDDIR)
@make -j2 -C $(BUILDDIR)
+ @echo "Binaries can be found in $(BUILDDIR)/src"
$(BUILDDIR): $(SRCDIR)/html_unescape.h $(SRCDIR)/case_fold_switch.inc
@cmake --version > /dev/null || (echo "You need cmake to build this program: http://www.cmake.org/download/" && exit 1)