mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-14 22:29:22 +08:00
9 lines
149 B
Batchfile
9 lines
149 B
Batchfile
::clean output files
|
|
del *.log /s
|
|
del *.dblite /s
|
|
del project.* /s
|
|
del *.scvd /s
|
|
|
|
rd /s /q .\build
|
|
rd /s /q .\settings
|
|
rd /s /q .\DebugConfig |