summaryrefslogtreecommitdiff
path: root/xmake/plugins/makefile
diff options
context:
space:
mode:
authorruki <[email protected]>2016-05-27 13:25:19 +0800
committerruki <[email protected]>2016-05-27 13:25:19 +0800
commitba420896702097733403ec8e3ce56b8ee4e54e88 (patch)
treea5af327e962cba4b8715f68ec45c912f651346c9 /xmake/plugins/makefile
parent93a7da63ce2be9f8125c8886c3f319d866d4e439 (diff)
modify interpreter interfaces
Diffstat (limited to 'xmake/plugins/makefile')
-rwxr-xr-xxmake/plugins/makefile/xmake.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmake/plugins/makefile/xmake.lua b/xmake/plugins/makefile/xmake.lua
index 9fd0c43bb..a447057e6 100755
--- a/xmake/plugins/makefile/xmake.lua
+++ b/xmake/plugins/makefile/xmake.lua
@@ -24,13 +24,13 @@
task("makefile")
-- set category
- set_task_category("plugin")
+ set_category("plugin")
-- on run
- on_task_run("main")
+ on_run("main")
-- set menu
- set_task_menu({
+ set_menu({
-- usage
usage = "xmake makefile [options] [target]"