Merge pull request #13109 from abcdefg30/clean
Fix the make.ps1 clean command not removing all files
This commit is contained in:
3
make.ps1
3
make.ps1
@@ -42,6 +42,9 @@ function Clean-Command
|
|||||||
rm mods/*/*.dll
|
rm mods/*/*.dll
|
||||||
rm *.pdb
|
rm *.pdb
|
||||||
rm mods/*/*.pdb
|
rm mods/*/*.pdb
|
||||||
|
rm *.exe
|
||||||
|
rm ./*/bin -r
|
||||||
|
rm ./*/obj -r
|
||||||
if (Test-Path thirdparty/download/)
|
if (Test-Path thirdparty/download/)
|
||||||
{
|
{
|
||||||
rmdir thirdparty/download -Recurse -Force
|
rmdir thirdparty/download -Recurse -Force
|
||||||
|
|||||||
Reference in New Issue
Block a user