From: user Date: Mon, 25 Dec 2023 02:09:06 +0000 (-0600) Subject: Add map files to clean script X-Git-Url: https://git.the-white-hart.net/?a=commitdiff_plain;h=56f6718ac0011846bd0ee3d8e470f209b3530f61;p=atmega%2Fsiggen.git Add map files to clean script --- 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