mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
; 19-Oct 19 v1.02 Convert to zsm assembler which ; identified and fixed incorrect ; case conversion when lowercase ; keywords are being passed in a ; macro. Remove Z80MR assembler
10 lines
179 B
Batchfile
10 lines
179 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
if exist *.bin del *.bin
|
|
if exist *.lst del *.lst
|
|
if exist *.prn del *.prn
|
|
if exist *.hex del *.hex
|
|
if exist *.rel del *.rel
|
|
if exist *.sym del *.sym
|