FD renamed to FDU and enhanced to select FDC at startup to eliminate multiple build variations.
10 lines
216 B
Batchfile
10 lines
216 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
if exist *.bin del *.bin
|
|
if exist *.com del *.com
|
|
if exist *.lst del *.lst
|
|
|
|
setlocal & cd XM && call Clean || exit /b 1 & endlocal
|
|
setlocal & cd FDU && call Clean || exit /b 1 & endlocal
|