summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xxmake/plugins/doxygen.lua3
-rwxr-xr-xxmake/plugins/macro.lua3
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")
+