CH585_TEST/keilkill.bat

8 lines
86 B
Batchfile

@echo off
echo Cleaning build files...
del /s /q obj\*.*
echo Clean completed!
exit