Files
RomWBW/Source/HBIOS/Clean.cmd
2016-09-30 18:07:16 -07:00

13 lines
289 B
Batchfile

@echo off
setlocal
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 *.sys del *.sys
if exist build.inc del build.inc