diff options
Diffstat (limited to 'xmake/actions/clean/main.lua')
| -rwxr-xr-x | xmake/actions/clean/main.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/actions/clean/main.lua b/xmake/actions/clean/main.lua index 18ddea50d..82bfce253 100755 --- a/xmake/actions/clean/main.lua +++ b/xmake/actions/clean/main.lua @@ -65,6 +65,9 @@ function _on_clean_target(target) -- remove the object files _remove(target:objectfiles()) + -- remove the incdep files + _remove(target:incdepfiles()) + -- remove the header files local _, dstheaders = target:headerfiles() _remove(dstheaders) |
