mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-15 17:08:51 +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
|