diff options
Diffstat (limited to 'xmake/plugins/project/make/makefile.lua')
| -rw-r--r-- | xmake/plugins/project/make/makefile.lua | 3 |
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 |
