Files
RomWBW/Source/BPBIOS/Clean.cmd
Wayne Warthen 8e17067104 Build Improvements
Corrects some situations where build fails, but kept going.
2021-07-24 11:24:48 -07:00

16 lines
379 B
Batchfile

@echo off
setlocal
if exist *.tmp del *.tmp
if exist *.prn del *.prn
if exist *.err del *.err
if exist *.img del *.img
if exist bp*.rel del bp*.rel
if exist zcpr33*.rel del zcpr33*.rel
if exist *.bak del *.bak
if exist def-ww.lib del def-ww.lib
pushd ZCPR33 && call Clean.cmd & popd
pushd Z34RCP11 && call Clean.cmd & popd
pushd NZFCP13 && call Clean.cmd & popd