Remove pdb files in make.ps1's clean target

This commit is contained in:
Taryn Hill
2016-09-05 16:37:44 -05:00
parent b3f8e8f87b
commit a1216f8197

View File

@@ -80,6 +80,8 @@ elseif ($command -eq "clean")
rm *.dll
rm *.dll.config
rm mods/*/*.dll
rm *.pdb
rm mods/*/*.pdb
if (Test-Path thirdparty/download/)
{
rmdir thirdparty/download -Recurse -Force