summaryrefslogtreecommitdiff
path: root/xmake/actions/install/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-04-01 00:50:15 +0800
committerruki <[email protected]>2017-04-01 00:50:15 +0800
commit4124df8db74770f526942dbb18c4c834b39b917a (patch)
treecb58b86c2a53f85adef61be4cf416595178f7ba4 /xmake/actions/install/xmake.lua
parent4e14211557bc663a2e4e43eadf7420fe99984050 (diff)
add --all arguments for build, install and package
Diffstat (limited to 'xmake/actions/install/xmake.lua')
-rw-r--r--xmake/actions/install/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/actions/install/xmake.lua b/xmake/actions/install/xmake.lua
index f561fcba7..4a737d010 100644
--- a/xmake/actions/install/xmake.lua
+++ b/xmake/actions/install/xmake.lua
@@ -46,6 +46,7 @@ task("install")
, options =
{
{'o', "installdir", "kv", nil, "Set the install directory." }
+ , {'a', "all", "k", nil, "Install all targets." }
, {}
, {nil, "target", "v", nil, "Install the given target." }