summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2016-02-23 19:55:28 +0800
committerruki <[email protected]>2016-02-23 19:57:27 +0800
commit133ff2563a68b8265fafedb006bf07fce5ae280f (patch)
tree208d4fd70d4841367cf62bc6e57737d4d9d3725a
parentc4bf7b21d9789dba232369ecfe36052acfebf54e (diff)
add plugins directory
-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")
+