aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.build
diff options
context:
space:
mode:
authorGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2017-06-01 17:35:58 +0200
committerGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2017-06-01 17:35:58 +0200
commitfd8c2ff85c098149f11280af5f1a257dd6af3622 (patch)
tree61c41734624f124f53b51cbe92c395a3f3cb9bf0 /Makefile.build
parent8e708a30b165776ac8df65c5e5f440baff855f70 (diff)
mention 'make world' without 'byte' in CHANGES + 2 minor suggestions
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build
index 6203dd759..064f89aa0 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -53,7 +53,7 @@ world: coq coqide documentation revision
coq: coqlib coqbinaries tools
-# Note: 'world' do not build the bytecode binaries anymore.
+# Note: 'world' does not build the bytecode binaries anymore.
# For that, you can use the 'byte' rule. Native and byte compilations
# shouldn't be done in a same make -j... run, otherwise both ocamlc and
# ocamlopt might race for access to the same .cmi files.