diff options
author | Nick Wellnhofer <wellnhofer@aevum.de> | 2015-01-24 16:21:19 +0100 |
---|---|---|
committer | Nick Wellnhofer <wellnhofer@aevum.de> | 2015-01-24 16:42:49 +0100 |
commit | 7df57aa10b1d31fd90887c238cfeeedaff700552 (patch) | |
tree | b42a92675352da602dc73041a29d214928de574e /Makefile | |
parent | a19dd1d73ece5384c87c42477eb36265f127015d (diff) |
Move message from "all" to "cmake_build" target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |