From 260861ce74d080685be4be9fca4d1196969c2acc Mon Sep 17 00:00:00 2001 From: Gustavo Leon <1261319+gusty@users.noreply.github.com> Date: Thu, 11 Oct 2018 07:57:43 +0100 Subject: [PATCH] Fix comment about specifying target --- build.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.template b/build.template index cde636d..a253941 100644 --- a/build.template +++ b/build.template @@ -375,7 +375,7 @@ Target.create "BuildPackage" ignore Target.create "GenerateDocs" ignore // -------------------------------------------------------------------------------------- -// Run all targets by default. Invoke 'build ' to override +// Run all targets by default. Invoke 'build -t ' to override Target.create "All" ignore