mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-05 12:06:10 +00:00
7 lines
86 B
Bash
7 lines
86 B
Bash
|
#Clean Up Extraneous Files from c02 compile and assembly
|
||
|
rm *.log
|
||
|
rm *.lst
|
||
|
rm *.sym
|
||
|
|
||
|
|