aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Matej Kosik <m4tej.kosik@gmail.com>2016-07-11 16:20:42 +0200
committerGravatar Matej Kosik <m4tej.kosik@gmail.com>2016-07-12 10:08:32 +0200
commit8cd4ad9e333169c2a9c222cb34a2199ccba56fa4 (patch)
tree514d001be17b80d8495b85cf1da118b6ed9e9d00
parentbd3bd1ae01bea76e0d5c4540721f7160efc3c8a8 (diff)
expanding "make help" a little bit
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 93b89a489..3b9d1e67c 100644
--- a/Makefile
+++ b/Makefile
@@ -117,6 +117,8 @@ help:
@echo "or make archclean"
@echo
@echo "For make to be verbose, add VERBOSE=1"
+ @echo
+ @echo "If you want camlp{4,5} to generate human-readable files, add NO_RECOMPILE_ML4=1"
UNSAVED_FILES:=$(shell find . -name '.\#*v' -o -name '.\#*.ml' -o -name '.\#*.ml?')
ifdef UNSAVED_FILES