From 1f58d8b925b9ca1a00a2cb5e6938bf00b2238848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 6 Jan 2015 21:15:42 +0100 Subject: Document parallel execution (-j flag) --- core/core.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'core/core.mk') diff --git a/core/core.mk b/core/core.mk index 0b06f73..075ee45 100644 --- a/core/core.mk +++ b/core/core.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 " \ "" \ - "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. -- cgit v1.2.3