You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
235 B

@echo off
setlocal
if exist *.exe del *.exe
if exist *.obj del *.obj
if exist *.err del *.err
if exist *.o del *.o
if exist *.bin del *.bin
if exist zxcc del zxcc
if exist zxccdbg del zxccdbg
if exist config.h del config.h