mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
- ROMSIZE is now a configuration variable instead of a command line parameter. - Added CP/M license information based on new email from Bryan Sparks.
18 lines
435 B
Batchfile
18 lines
435 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
if exist *.bin del *.bin
|
|
if exist *.com del *.com
|
|
if exist *.img del *.img
|
|
if exist *.rom del *.rom
|
|
if exist *.upd del *.upd
|
|
if exist *.lst del *.lst
|
|
if exist *.exp del *.exp
|
|
if exist *.tmp del *.tmp
|
|
if exist *.mrk del *.mrk
|
|
if exist *.sys del *.sys
|
|
if exist build.inc del build.inc
|
|
if exist font*.asm del font*.asm
|
|
if exist build_env.cmd del build_env.cmd
|
|
if exist hbios_env.cmd del hbios_env.cmd
|