summaryrefslogtreecommitdiff
path: root/xmake/core/project/target.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-03-21 09:24:00 +0800
committerruki <[email protected]>2021-03-21 09:24:00 +0800
commit03b2656fb77fb3339e43bf8871398b0e2f052a80 (patch)
tree8cef8f9e1953eef7ee717d66983e4c5413a7a921 /xmake/core/project/target.lua
parent7556e19a1193841aa49871ffab35bc3e56bd481e (diff)
improve builder
Diffstat (limited to 'xmake/core/project/target.lua')
-rw-r--r--xmake/core/project/target.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/project/target.lua b/xmake/core/project/target.lua
index e65c12c32..1c3503667 100644
--- a/xmake/core/project/target.lua
+++ b/xmake/core/project/target.lua
@@ -450,7 +450,7 @@ function _instance:info()
return self._INFO:info()
end
--- get the type: option
+-- get the type: target
function _instance:type()
return "target"
end