diff --git a/make.ps1 b/make.ps1 index 96163c3df0..1dd31bafb2 100644 --- a/make.ps1 +++ b/make.ps1 @@ -77,7 +77,7 @@ elseif ($command -eq "clean") { $proc = Start-Process $msBuild $msBuildArguments -NoNewWindow -PassThru -Wait rm *.dll - rm *.config + rm *.dll.config rm mods/*/*.dll if (Test-Path thirdparty/download/) {