summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-02-08 10:16:23 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-02-08 10:16:39 -0600
commitd85a108a1b37b9dbaf151d4141e21674ab53f569 (patch)
tree7415234430d9ed87281e30c9aaa55353de1e8158 /Makefile
parentmake hsqldb build with java 1.7 (diff)
downloadcore-d85a108a1b37b9dbaf151d4141e21674ab53f569.tar.gz
core-d85a108a1b37b9dbaf151d4141e21674ab53f569.zip
re-enable make help from the top-level make
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 45b705316ca8..24b2a5ba0ce1 100644
--- a/Makefile
+++ b/Makefile
@@ -440,4 +440,13 @@ debugrun:
endif # not clean or distclean
+#########################
+# help
+#
+.PHONY: help
+help:
+ @cat $(SRCDIR)/solenv/gbuild/gbuild.help.txt
+ @true
+
+
# vim: set noet sw=4 ts=4: