mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
9 lines
153 B
Batchfile
9 lines
153 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
if exist *.hex del *.hex
|
|
if exist *.rel del *.rel
|
|
if exist *.prn del *.prn
|
|
if exist *.lst del *.lst
|
|
if exist *.com del *.com
|