summaryrefslogtreecommitdiff
path: root/xmake/plugins/macro/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/plugins/macro/xmake.lua')
-rwxr-xr-xxmake/plugins/macro/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/plugins/macro/xmake.lua b/xmake/plugins/macro/xmake.lua
index 53d2dd82e..d0148bddc 100755
--- a/xmake/plugins/macro/xmake.lua
+++ b/xmake/plugins/macro/xmake.lua
@@ -24,10 +24,10 @@
task("macro")
-- set category
- set_task_category("plugin")
+ set_category("plugin")
-- set menu
- set_task_menu({
+ set_menu({
-- usage
usage = "xmake macro|m [options] [name] [arguments]"