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 | |
| parent | c4bf7b21d9789dba232369ecfe36052acfebf54e (diff) | |
add plugins directory
| -rwxr-xr-x | xmake/plugins/doxygen.lua | 3 | ||||
| -rwxr-xr-x | xmake/plugins/macro.lua | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/xmake/plugins/doxygen.lua b/xmake/plugins/doxygen.lua new file mode 100755 index 000000000..d749ef674 --- /dev/null +++ b/xmake/plugins/doxygen.lua @@ -0,0 +1,3 @@ +-- define task +task("doxygen") + 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") + |
