forked from MirrorRepos/RomWBW
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
377 B
14 lines
377 B
@echo off
|
|
setlocal
|
|
|
|
if exist bios3.spr del bios3.spr
|
|
if exist bnkbios3.spr del bnkbios3.spr
|
|
if exist swpbios3.spr del swpbios3.spr
|
|
if exist *.rel del *.rel
|
|
if exist cpmldr.com del cpmldr.com
|
|
if exist *.err del *.err
|
|
if exist *.lst del *.lst
|
|
if exist *.sym del *.sym
|
|
if exist *.sys del *.sys
|
|
if exist gencpm.dat del gencpm.dat
|
|
if exist options.lib del options.lib
|
|
|