diff options
| author | ruki <[email protected]> | 2016-02-23 21:19:38 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-02-23 21:19:38 +0800 |
| commit | bd2b7e61c8053041aae4f54537641529d6c10d49 (patch) | |
| tree | 1e34a5f3c4ca553ae116882b2b2f84be90609577 /xmake/plugins/macro.lua | |
| parent | 133ff2563a68b8265fafedb006bf07fce5ae280f (diff) | |
load tasks
Diffstat (limited to 'xmake/plugins/macro.lua')
| -rwxr-xr-x | xmake/plugins/macro.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/plugins/macro.lua b/xmake/plugins/macro.lua index de96afa84..cebb468e4 100755 --- a/xmake/plugins/macro.lua +++ b/xmake/plugins/macro.lua @@ -1,3 +1,5 @@ -- define task task("macro") + -- set menu + set_task_menu({}) |
