summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2012-09-17 16:25:03 +0000
committerDamien Doligez <damien.doligez-inria.fr>2012-09-17 16:25:03 +0000
commita39a38f94b032a6efdfb1ebedee1e0da507c4c56 (patch)
tree16a1826d140371cfd1b1f29886c708b2f43aac3c /Makefile
parent7935673bca9b7cdd9cc914b8a1aa85d9216372a9 (diff)
downloadocaml-a39a38f94b032a6efdfb1ebedee1e0da507c4c56.tar.gz
PR#5278: update Makefile message to mention "make world.opt"
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12930 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f805774241..2e6113cf5c 100644
--- a/Makefile
+++ b/Makefile
@@ -110,8 +110,7 @@ defaultentry:
@echo "Please refer to the installation instructions in file INSTALL."
@echo "If you've just unpacked the distribution, something like"
@echo " ./configure"
- @echo " make world"
- @echo " make opt"
+ @echo " make world.opt"
@echo " make install"
@echo "should work. But see the file INSTALL for more details."