Adjusted code/boot/makefile to remove map.txt when make clean is run

This commit is contained in:
2025-09-02 13:36:24 -04:00
parent 347b6fa236
commit 0845370c43

View File

@@ -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)