mirror of
https://github.com/RevCurtisP/C02.git
synced 2025-02-16 14:30:33 +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
|