mirror of
https://github.com/Q3Rally-Team/rallyunlimited-engine.git
synced 2025-02-06 08:31:44 +00:00
7 lines
No EOL
87 B
Batchfile
7 lines
No EOL
87 B
Batchfile
@echo off
|
|
attrib -H *.suo
|
|
del *.suo
|
|
del *.ncb
|
|
del *.user
|
|
rd /S /Q build
|
|
rd /S /Q output |