0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-04-28 14:21:25 +03:00

18 lines
247 B
Batchfile
Raw Normal View History

@echo off
del /S /Q *.~*
del /S /Q *.map
del /S /Q *.tds
del /S /Q *.obj
del /S /Q *.db
del /S /Q *.ilc
del /S /Q *.ild
del /S /Q *.ilf
del /S /Q *.ils
del /S /Q *.dcu
2023-09-24 13:07:22 +01:00
del /S /Q *.dsk
rd /S /Q Debug
rd /S /Q Release
rd /S /Q ipch
::pause
@echo on