mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
10 lines
179 B
Batchfile
10 lines
179 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
if exist *.com del *.com
|
|
if exist *.lst del *.lst
|
|
if exist *.hex del *.hex
|
|
if exist *.prn del *.prn
|
|
if exist *.rel del *.rel
|
|
if exist *.sym del *.sym
|