Browse Source

Update Clean.cmd

pull/90/head
Wayne Warthen 6 years ago
parent
commit
331cbce5c9
  1. 1
      Source/BPBIOS/Clean.cmd

1
Source/BPBIOS/Clean.cmd

@ -8,6 +8,7 @@ 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
setlocal & cd ZCPR33 && call Clean.cmd & endlocal
setlocal & cd Z34RCP11 && call Clean.cmd & endlocal

Loading…
Cancel
Save