mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
15 lines
440 B
Batchfile
15 lines
440 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
if exist *.bin del *.bin
|
|
if exist *.com del *.com
|
|
if exist *.lst del *.lst
|
|
if exist *.hex del *.hex
|
|
if exist *.prn del *.prn
|
|
|
|
setlocal & cd XM && call Clean || exit /b 1 & endlocal
|
|
setlocal & cd FDU && call Clean || exit /b 1 & endlocal
|
|
setlocal & cd Tune && call Clean || exit /b 1 & endlocal
|
|
setlocal & cd FAT && call Clean || exit /b 1 & endlocal
|
|
setlocal & cd I2C && call Clean || exit /b 1 & endlocal
|