aboutsummaryrefslogtreecommitdiffstats
path: root/erlang.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-01-06 21:15:42 +0100
committerLoïc Hoguin <[email protected]>2015-01-06 21:18:08 +0100
commit1f58d8b925b9ca1a00a2cb5e6938bf00b2238848 (patch)
treec3c5c5557ceba0c107a2f20a78c950ef47a9fb79 /erlang.mk
parent7b22547a43c843d86e72e8e78f82257dd0326bcf (diff)
downloaderlang.mk-1f58d8b925b9ca1a00a2cb5e6938bf00b2238848.tar.gz
erlang.mk-1f58d8b925b9ca1a00a2cb5e6938bf00b2238848.tar.bz2
erlang.mk-1f58d8b925b9ca1a00a2cb5e6938bf00b2238848.zip
Document parallel execution (-j flag)
Diffstat (limited to 'erlang.mk')
-rw-r--r--erlang.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/erlang.mk b/erlang.mk
index cbd1416..d050dda 100644
--- a/erlang.mk
+++ b/erlang.mk
@@ -42,7 +42,7 @@ help::
"erlang.mk (version $(ERLANG_MK_VERSION)) is distributed under the terms of the ISC License." \
"Copyright (c) 2013-2014 Loïc Hoguin <[email protected]>" \
"" \
- "Usage: [V=1] make [target]" \
+ "Usage: [V=1] make [-jNUM] [target]" \
"" \
"Core targets:" \
" all Run deps, app and rel targets in that order" \
@@ -58,7 +58,8 @@ help::
"The target clean only removes files that are commonly removed." \
"Dependencies and releases are left untouched." \
"" \
- "Setting V=1 when calling make enables verbose mode."
+ "Setting V=1 when calling make enables verbose mode." \
+ "Parallel execution is supported through the -j Make flag."
# Core functions.