1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-06-01 21:41:31 +00:00
C02/clean02.bat

7 lines
111 B
Batchfile
Raw Permalink Normal View History

@REM Clean Up Extraneous Files from c02 compile and assembly
2020-10-04 15:05:31 +00:00
del *.err
del *.dbg
del *.log
del *.lst
2020-10-04 15:05:31 +00:00
del *.out