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