diff options
author | Matej Kosik <m4tej.kosik@gmail.com> | 2016-07-11 16:20:42 +0200 |
---|---|---|
committer | Matej Kosik <m4tej.kosik@gmail.com> | 2016-07-12 10:08:32 +0200 |
commit | 8cd4ad9e333169c2a9c222cb34a2199ccba56fa4 (patch) | |
tree | 514d001be17b80d8495b85cf1da118b6ed9e9d00 /Makefile | |
parent | bd3bd1ae01bea76e0d5c4540721f7160efc3c8a8 (diff) |
expanding "make help" a little bit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |