diff options
| author | ruki <[email protected]> | 2019-06-13 00:26:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-06-12 20:39:14 +0800 |
| commit | 34b1fe79cfa33e2e185a520e05b3d7c8d70dd01c (patch) | |
| tree | bc4a00d2adce8da3137adaf4b3e54741b86531d0 /xmake/rules/wdk/package/xmake.lua | |
| parent | bf7331c60d83218fbf58431a7d757420549b60fa (diff) | |
improve clean action
Diffstat (limited to 'xmake/rules/wdk/package/xmake.lua')
| -rw-r--r-- | xmake/rules/wdk/package/xmake.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/rules/wdk/package/xmake.lua b/xmake/rules/wdk/package/xmake.lua index 829022dc3..180268af5 100644 --- a/xmake/rules/wdk/package/xmake.lua +++ b/xmake/rules/wdk/package/xmake.lua @@ -46,9 +46,6 @@ rule("wdk.package.cab") -- the .ddf file local ddfile = os.tmpfile(target:targetfile()) .. ".ddf" - -- add clean files - target:data_add("wdk.cleanfiles", ddfile) - -- trace progress info if option.get("verbose") then cprint("${dim magenta}packaging %s", packagefile) |
