Skip to content

Commit

Permalink
improve clean
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Feb 23, 2024
1 parent ff4b2b0 commit ed92054
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xmake/actions/clean/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ function main()
-- local config first
config.load()

-- load targets
project.load_targets()

-- enter project directory
local oldir = os.cd(project.directory())

Expand Down

0 comments on commit ed92054

Please sign in to comment.