diff options
| author | ruki <[email protected]> | 2016-02-23 19:55:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-02-23 19:57:27 +0800 |
| commit | 133ff2563a68b8265fafedb006bf07fce5ae280f (patch) | |
| tree | 208d4fd70d4841367cf62bc6e57737d4d9d3725a /xmake/plugins/macro.lua | |
| parent | c4bf7b21d9789dba232369ecfe36052acfebf54e (diff) | |
add plugins directory
Diffstat (limited to 'xmake/plugins/macro.lua')
| -rwxr-xr-x | xmake/plugins/macro.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/plugins/macro.lua b/xmake/plugins/macro.lua new file mode 100755 index 000000000..de96afa84 --- /dev/null +++ b/xmake/plugins/macro.lua @@ -0,0 +1,3 @@ +-- define task +task("macro") + |
