Files
Pegasys-RomWBW/Source/Clean.cmd
2012-10-23 07:55:29 +00:00

10 lines
251 B
Batchfile

@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