From 27cdec057892ea00b5aa4e315e23582b11871e92 Mon Sep 17 00:00:00 2001 From: Curtis F Kaylor Date: Sun, 4 Oct 2020 11:05:31 -0400 Subject: [PATCH] Removed *.sym from clean02.bat --- clean02.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clean02.bat b/clean02.bat index ae690ef..af066b4 100644 --- a/clean02.bat +++ b/clean02.bat @@ -1,5 +1,6 @@ @REM Clean Up Extraneous Files from c02 compile and assembly +del *.err del *.dbg del *.log del *.lst -del *.sym +del *.out