mirror of
https://github.com/RevCurtisP/C02.git
synced 2026-03-14 12:16:39 +00:00
6 lines
101 B
Batchfile
6 lines
101 B
Batchfile
@REM Clean Up Extraneous Files from c02 compile and assembly
|
|
del *.dbg
|
|
del *.log
|
|
del *.lst
|
|
del *.sym
|