diff options
| -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") + |
