From 0845370c43156d095c02bc82565da73087f6319b Mon Sep 17 00:00:00 2001 From: Amber Date: Tue, 2 Sep 2025 13:36:24 -0400 Subject: [PATCH] Adjusted code/boot/makefile to remove map.txt when make clean is run --- code/boot/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/boot/makefile b/code/boot/makefile index b6207fa..8c0497e 100644 --- a/code/boot/makefile +++ b/code/boot/makefile @@ -49,4 +49,4 @@ $(OBJS): $(BUILDDIR)%.o : $(SRCDIR)%.s .IGNORE: clean clean: @echo 'Cleaning up intermediary files...' - @rm -rv $(TARGROM) $(TARGET).s19 $(BUILDDIR) + @rm -rv $(TARGROM) $(TARGET).s19 map.txt $(BUILDDIR)