From 56f6718ac0011846bd0ee3d8e470f209b3530f61 Mon Sep 17 00:00:00 2001 From: user Date: Sun, 24 Dec 2023 20:09:06 -0600 Subject: [PATCH] Add map files to clean script --- asm_2/clean.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/asm_2/clean.sh b/asm_2/clean.sh index 21be122..e54cb36 100755 --- a/asm_2/clean.sh +++ b/asm_2/clean.sh @@ -3,3 +3,4 @@ rm -f *.hex rm -f *.cof rm -f *.obj +rm -f *.map -- 2.43.0