Fix the make.ps1 clean command not removing all files

This commit is contained in:
abcdefg30
2017-04-11 15:10:33 +02:00
parent 3808a1885e
commit 39cdf65764

View File

@@ -42,6 +42,9 @@ function Clean-Command
rm mods/*/*.dll
rm *.pdb
rm mods/*/*.pdb
rm *.exe
rm ./*/bin -r
rm ./*/obj -r
if (Test-Path thirdparty/download/)
{
rmdir thirdparty/download -Recurse -Force