mirror of
https://github.com/RevCurtisP/C02.git
synced 2025-08-15 17:27:28 +00:00
Added cleanup scripts clean02.bat and clean02.sh
This commit is contained in:
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
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user