forked from MirrorRepos/RomWBW
- All XM variants integrated into a single XM.COM app that auto-detects primary serial port. - Include all relevant FD variants for each platform.
9 lines
162 B
Batchfile
9 lines
162 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
if exist *.bin del *.bin
|
|
if exist *.com del *.com
|
|
if exist *.lst del *.lst
|
|
|
|
setlocal & cd XM125 && call Clean || exit /b 1 & endlocal
|