diff options
| -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 = { |
