mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:33:12 -06:00
7 lines
125 B
Batchfile
7 lines
125 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
if exist *.com del *.com
|
|
if exist *.rom del *.rom
|
|
if exist *.lst del *.lst
|
|
if exist *.hex del *.hex |