From 7df57aa10b1d31fd90887c238cfeeedaff700552 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Sat, 24 Jan 2015 16:21:19 +0100 Subject: Move message from "all" to "cmake_build" target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3