diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-12-02 09:58:36 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-12-02 09:59:12 -0800 |
commit | c1a26363d888754043bf274558834d47a8ce6419 (patch) | |
tree | 1e2c698e00189ab013822392d12350093091288f /Makefile | |
parent | b374344fff06f20fa5d06d8887b8233a4f93f388 (diff) |
'make' now prints message about where to find binaries.
See #231.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |