mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
Jörg Linder has disassembled and thoroughly commented a great deal of the BPBIOS binaries. This was an incredible amount of work. I have added all of these to the RomWBW build scripts and will ultimately integrate them more completely.
15 lines
335 B
Batchfile
15 lines
335 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 UTIL && call Clean.cmd & popd
|