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