mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:33:12 -06:00
10 lines
251 B
Batchfile
10 lines
251 B
Batchfile
@echo off
|
|
if exist *.bin del *.bin
|
|
if exist *.com del *.com
|
|
if exist *.img del *.img
|
|
if exist *.rom del *.rom
|
|
if exist *.lst del *.lst
|
|
if exist *.exp del *.exp
|
|
if exist *.tmp del *.tmp
|
|
if exist *.mrk del *.mrk
|
|
if exist build.inc del build.inc |