summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-12-02 09:58:36 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-12-02 09:59:12 -0800
commitc1a26363d888754043bf274558834d47a8ce6419 (patch)
tree1e2c698e00189ab013822392d12350093091288f /Makefile
parentb374344fff06f20fa5d06d8887b8233a4f93f388 (diff)
'make' now prints message about where to find binaries.
See #231.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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)