summaryrefslogtreecommitdiff
path: root/xmake/actions/clean/main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-12-15 22:41:18 +0800
committerruki <[email protected]>2021-12-15 22:41:18 +0800
commit5f262b2602f29f1927e2a37dc81cd1c4c8dea722 (patch)
tree197a8eb34b43f98b037fd63899ed6f317acbf164 /xmake/actions/clean/main.lua
parentf5aa67b72f9959a25532d4d03f08b1749ded3e30 (diff)
fix tips
Diffstat (limited to 'xmake/actions/clean/main.lua')
-rw-r--r--xmake/actions/clean/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/clean/main.lua b/xmake/actions/clean/main.lua
index e9e574545..c508d0566 100644
--- a/xmake/actions/clean/main.lua
+++ b/xmake/actions/clean/main.lua
@@ -162,7 +162,7 @@ function main()
-- enter project directory
local oldir = os.cd(project.directory())
- -- clean the current target
+ -- clean target
_clean(targetname)
-- unlock the whole project