mirror of https://github.com/wwarthen/RomWBW.git
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.
16 lines
439 B
16 lines
439 B
@echo off
|
|
setlocal
|
|
|
|
if exist *.bin del *.bin
|
|
if exist *.dat del *.dat
|
|
if exist *.com del *.com
|
|
if exist *.img del *.img
|
|
if exist *.rom del *.rom
|
|
if exist *.hex del *.hex
|
|
if exist *.upd del *.upd
|
|
if exist *.pdf del *.pdf
|
|
if exist *.eeprom del *.eeprom
|
|
|
|
setlocal & cd Apps && call Clean || exit /b 1 & endlocal
|
|
setlocal & cd CPM3 && call Clean || exit /b 1 & endlocal
|
|
setlocal & cd ZPM3 && call Clean || exit /b 1 & endlocal
|
|
|