diff options
| author | ruki <[email protected]> | 2019-06-16 22:18:46 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-06-16 22:18:46 +0800 |
| commit | 284857c1a43ce61a9f5433d88414e539f2bdc02a (patch) | |
| tree | 1d7e3ff765e8d8a143e6bc293d4cc9352b765dfd | |
| parent | e0ddecb1bb2fde1b9aea7ceb5b1fe09db561f3db (diff) | |
remove clean files for wdk
| -rw-r--r-- | xmake/rules/wdk/env/xmake.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/xmake/rules/wdk/env/xmake.lua b/xmake/rules/wdk/env/xmake.lua index 07d9c5f5f..b2ab997d9 100644 --- a/xmake/rules/wdk/env/xmake.lua +++ b/xmake/rules/wdk/env/xmake.lua @@ -81,13 +81,6 @@ rule("wdk.env") end end) - -- clean files - after_clean(function (target) - import("core.project.config") - import("private.action.clean.remove_files") - remove_files(path.join(config.buildir(), ".wdk")) - end) - -- define rule: umdf rule("wdk.env.umdf") |
