mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
14 lines
337 B
Batchfile
14 lines
337 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
if exist bios3.spr del bios3.spr
|
|
if exist bnkbios3.spr del bnkbios3.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
|