summaryrefslogtreecommitdiff
path: root/xmake/plugins/project/make/makefile.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-08-01 23:38:33 +0800
committerruki <[email protected]>2023-08-01 23:38:33 +0800
commit0f8899180e72c65ce48b37d30902b20f315bbdb9 (patch)
tree44dfb352cdba81453785fb8b592b028b577a2d31 /xmake/plugins/project/make/makefile.lua
parent589975db619ee3ff5611ea0e1887159dc89e49e4 (diff)
remove more codes
Diffstat (limited to 'xmake/plugins/project/make/makefile.lua')
-rw-r--r--xmake/plugins/project/make/makefile.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/plugins/project/make/makefile.lua b/xmake/plugins/project/make/makefile.lua
index cae9806f0..7f2e4f62c 100644
--- a/xmake/plugins/project/make/makefile.lua
+++ b/xmake/plugins/project/make/makefile.lua
@@ -655,9 +655,6 @@ function _add_clean_target(makefile, target, outputdir)
_add_remove_files(makefile, target:targetfile(), outputdir)
_add_remove_files(makefile, target:symbolfile(), outputdir)
_add_remove_files(makefile, target:objectfiles(), outputdir)
- -- TODO remove the header files (deprecated)
- local _, dstheaders = target:headers()
- _add_remove_files(makefile, dstheaders, outputdir)
end
makefile:print("")
end