diff options
Diffstat (limited to 'xmake/scripts/action')
| -rw-r--r-- | xmake/scripts/action/_create.lua | 2 | ||||
| -rw-r--r-- | xmake/scripts/action/_debug.lua | 2 | ||||
| -rw-r--r-- | xmake/scripts/action/_install.lua | 2 | ||||
| -rw-r--r-- | xmake/scripts/action/_man.lua | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/xmake/scripts/action/_create.lua b/xmake/scripts/action/_create.lua index 59aac8a55..17f569bd6 100644 --- a/xmake/scripts/action/_create.lua +++ b/xmake/scripts/action/_create.lua @@ -31,6 +31,8 @@ local platform = require("platform/platform") -- done the given config function _create.done() + -- TODO + print("not implement!") -- ok return true diff --git a/xmake/scripts/action/_debug.lua b/xmake/scripts/action/_debug.lua index 141d92fa4..859191c26 100644 --- a/xmake/scripts/action/_debug.lua +++ b/xmake/scripts/action/_debug.lua @@ -31,6 +31,8 @@ local platform = require("platform/platform") -- done the given config function _debug.done() + -- TODO + print("not implement!") -- ok return true diff --git a/xmake/scripts/action/_install.lua b/xmake/scripts/action/_install.lua index af7edc104..049251d40 100644 --- a/xmake/scripts/action/_install.lua +++ b/xmake/scripts/action/_install.lua @@ -31,6 +31,8 @@ local platform = require("platform/platform") -- done the given config function _install.done() + -- TODO + print("not implement!") -- ok return true diff --git a/xmake/scripts/action/_man.lua b/xmake/scripts/action/_man.lua index bd8df690b..25fa3340a 100644 --- a/xmake/scripts/action/_man.lua +++ b/xmake/scripts/action/_man.lua @@ -31,6 +31,8 @@ local platform = require("platform/platform") -- done the given config function _man.done() + -- TODO + print("not implement!") -- ok return true |
