diff options
| author | ruki <[email protected]> | 2020-05-09 11:04:01 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-09 11:04:34 +0800 |
| commit | 8e7714622667447c66e2256a254d20fd5c138f9d (patch) | |
| tree | 9a9e913cbc90d353dfb7cae89c3d50e5e5a692b6 | |
| parent | f664a46f79bcdab915f9412de7eab3fff55ad3b2 (diff) | |
add 'xmake b' shortname
| -rw-r--r-- | xmake/actions/build/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/actions/build/xmake.lua b/xmake/actions/build/xmake.lua index 2dd6fbd8e..8d3b28291 100644 --- a/xmake/actions/build/xmake.lua +++ b/xmake/actions/build/xmake.lua @@ -35,6 +35,9 @@ task("build") -- description , description = "Build targets if no given tasks." + -- xmake b + , shortname = 'b' + -- options , options = { |
