1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-06-08 06:29:32 +00:00
C02/clean02.bat

6 lines
101 B
Batchfile
Raw Normal View History

@REM Clean Up Extraneous Files from c02 compile and assembly
del *.log
del *.lst
del *.sym
del *.out