summaryrefslogtreecommitdiff
path: root/xmake/plugins/project/main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-07-14 09:56:21 +0800
committerruki <[email protected]>2016-07-14 09:56:21 +0800
commit68b7f69d0c71bda1a4c51fb44cca73ce5a2b9dab (patch)
treef5e59e077f384c1398579830aa29e8033b41ac5a /xmake/plugins/project/main.lua
parent95aeee4be5749ea83aadbe453b5fe221a746addf (diff)
add some ok hands
Diffstat (limited to 'xmake/plugins/project/main.lua')
-rwxr-xr-xxmake/plugins/project/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/project/main.lua b/xmake/plugins/project/main.lua
index 850089b1e..d65035c32 100755
--- a/xmake/plugins/project/main.lua
+++ b/xmake/plugins/project/main.lua
@@ -70,5 +70,5 @@ function main()
_make(option.get("kind"))
-- trace
- cprint("${bright}create ok!")
+ cprint("${bright}create ok!${ok_hand}")
end