Added cleanup scripts clean02.bat and clean02.sh

This commit is contained in:
Curtis F Kaylor 2018-01-28 14:57:18 -05:00
parent 541ee6ff67
commit 83b6c7100c
2 changed files with 10 additions and 0 deletions

4
clean02.bat Normal file
View 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
View File

@ -0,0 +1,6 @@
#Clean Up Extraneous Files from c02 compile and assembly
rm *.log
rm *.lst
rm *.sym