From 15e5495d2477aa5d66cc267b379bfe89ad585e08 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Fri, 4 Nov 2022 23:24:49 -0400 Subject: [PATCH] gears: somehow Makefile was wrong --- graphics/both/gears/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/both/gears/Makefile b/graphics/both/gears/Makefile index dc14f65f..40be5b4b 100644 --- a/graphics/both/gears/Makefile +++ b/graphics/both/gears/Makefile @@ -13,7 +13,7 @@ both.dsk: HELLO DSR_BOT A2_BOT DSR_LORES PROOF PROOF2 $(DOS33) -y both.dsk SAVE A HELLO $(DOS33) -y both.dsk BSAVE -a 0xC00 DSR_LORES $(DOS33) -y both.dsk BSAVE -a 0x36C DSR_BOT - $(DOS33) -y both.dsk BSAVE -a 0xC00 A2_BOT + $(DOS33) -y both.dsk BSAVE -a 0x36c A2_BOT $(DOS33) -y both.dsk BSAVE -a 0xC00 PROOF $(DOS33) -y both.dsk BSAVE -a 0xC00 PROOF2 @@ -29,7 +29,7 @@ dsr_lores.o: dsr_lores.s ### DSR_BOT: dsr_bot.o - ld65 -o DSR_BOT dsr_bot.o -C $(LINKER_DIR)/apple2_373.inc + ld65 -o DSR_BOT dsr_bot.o -C $(LINKER_DIR)/apple2_36c.inc dsr_bot.o: dsr_bot.s ca65 -o dsr_bot.o dsr_bot.s -l dsr_bot.lst