diff options
| -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)  | 
