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