summaryrefslogtreecommitdiff
path: root/xmake/plugins/hello/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-05-28 19:30:26 +0800
committerruki <[email protected]>2016-05-28 19:30:26 +0800
commit7a0445c0612e9065461c1dff3eab6e992d742e4d (patch)
treebde652f9383c8b73e7e724b17654d2abe612ecd6 /xmake/plugins/hello/xmake.lua
parent125c23d12e9983234c328b805c8da5b8f78ab898 (diff)
pass task arguments
Diffstat (limited to 'xmake/plugins/hello/xmake.lua')
-rwxr-xr-xxmake/plugins/hello/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/plugins/hello/xmake.lua b/xmake/plugins/hello/xmake.lua
index 23657f832..fb6bfb320 100755
--- a/xmake/plugins/hello/xmake.lua
+++ b/xmake/plugins/hello/xmake.lua
@@ -28,7 +28,7 @@ task("hello")
-- on run
on_run(function ()
-
+
-- trace
print("hello xmake!")
@@ -44,4 +44,4 @@ task("hello")
-- options
, options = {}
- })
+ })