diff options
| author | ruki <[email protected]> | 2016-03-02 10:29:35 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-03-02 10:29:35 +0800 |
| commit | 8ee46b185347f31fa6f4380c887974cdbafbb1d1 (patch) | |
| tree | d45a1505e01ffd33673eced2886626c376312097 /xmake/actions/config/main.lua | |
| parent | ef399ea6c252456e3f0ccb125412ced6d7735377 (diff) | |
add hello plugin
Diffstat (limited to 'xmake/actions/config/main.lua')
| -rwxr-xr-x | xmake/actions/config/main.lua | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/xmake/actions/config/main.lua b/xmake/actions/config/main.lua index 68f100cc2..b213e5e7d 100755 --- a/xmake/actions/config/main.lua +++ b/xmake/actions/config/main.lua @@ -20,30 +20,8 @@ -- @file main.lua -- -import("test") -import("core") -import("core.project") - -print("global") -print(project) -print(core.project) -print("test", test) - -function hello() - - print("hello") - print(project) - print(core.project) - test.test2() -end - function main() print("main") - print(project) - print(core.project) - - -- hello - hello() end |
