aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPierre Letouzey2017-06-01 17:35:58 +0200
committerPierre Letouzey2017-06-01 17:35:58 +0200
commitfd8c2ff85c098149f11280af5f1a257dd6af3622 (patch)
tree61c41734624f124f53b51cbe92c395a3f3cb9bf0 /Makefile
parent8e708a30b165776ac8df65c5e5f440baff855f70 (diff)
mention 'make world' without 'byte' in CHANGES + 2 minor suggestions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 23c6ea6380..91b0249137 100644
--- a/Makefile
+++ b/Makefile
@@ -123,7 +123,7 @@ help:
@echo " make clean"
@echo "or make archclean"
@echo "For make to be verbose, add VERBOSE=1"
- @echo "If you want camlp{4,5} to generate human-readable files, add READABLE_ML4=1"
+ @echo "If you want camlp5 to generate human-readable files, add READABLE_ML4=1"
@echo
@echo "Bytecode compilation is now a separate target:"
@echo " make byte"