mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-23 23:33:03 +00:00
Added cleanup scripts clean02.bat and clean02.sh
This commit is contained in:
parent
541ee6ff67
commit
83b6c7100c
4
clean02.bat
Normal file
4
clean02.bat
Normal file
@ -0,0 +1,4 @@
|
||||
@REM Clean Up Extraneous Files from c02 compile and assembly
|
||||
del *.log
|
||||
del *.lst
|
||||
del *.sym
|
6
clean02.sh
Normal file
6
clean02.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#Clean Up Extraneous Files from c02 compile and assembly
|
||||
rm *.log
|
||||
rm *.lst
|
||||
rm *.sym
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user