forked from MirrorRepos/RomWBW
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.
12 lines
257 B
12 lines
257 B
@echo off
|
|
setlocal
|
|
|
|
if exist *.bin del *.bin
|
|
if exist *.lst del *.lst
|
|
if exist *.com del *.com
|
|
if exist *.prn del *.prn
|
|
if exist *.hex del *.hex
|
|
if exist *.rel del *.rel
|
|
if exist *.sym del *.sym
|
|
if exist *.err del *.err
|
|
if exist *.sys del *.sys
|
|
|