summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)