Update Clean.cmd

This commit is contained in:
Wayne Warthen
2020-02-19 11:08:39 -08:00
parent a44572f9bf
commit 331cbce5c9

View File

@@ -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