0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-01 06:50:59 +00:00
quakeforge/vc2008/clean.ps1

3 lines
166 B
PowerShell
Raw Normal View History

ls -recurse -include 'win32','x64','*.user' | rm -recurse
if(test-path QuakeForge.suo) { rm QuakeForge.suo -force }
if(test-path QuakeForge.ncb) { rm QuakeForge.ncb }