@echo off if exist *.bin del *.bin if exist *.com del *.com if exist *.img del *.img if exist *.rom del *.rom if exist *.lst del *.lst if exist *.exp del *.exp if exist *.tmp del *.tmp if exist *.mrk del *.mrk if exist build.inc del build.inc