From c1a26363d888754043bf274558834d47a8ce6419 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 2 Dec 2014 09:58:36 -0800 Subject: 'make' now prints message about where to find binaries. See #231. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3a29dc4..11e7734 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ JSMODULES=$(wildcard js/lib/*.js) all: $(BUILDDIR) @make -C $(BUILDDIR) + @echo "Binaries can be found in $(BUILDDIR)/src" check: @cmake --version > /dev/null || (echo "You need cmake to build this program: http://www.cmake.org/download/" && exit 1) -- cgit v1.2.3