diff --git a/libsrc/apple2enh/Makefile b/libsrc/apple2enh/Makefile index 406611f2c..5467bf0c9 100644 --- a/libsrc/apple2enh/Makefile +++ b/libsrc/apple2enh/Makefile @@ -20,7 +20,7 @@ CFLAGS = -Osir -g -T -t $(SYS) --forget-inc-paths -I ../apple2 -I ../../include # Rules %.o: ../apple2/%.c - @$(CC) $(CFLAGS) $< + @$(CC) -o $(notdir $(*).s) $(CFLAGS) $< @$(AS) -o $@ $(AFLAGS) $(*).s %.o: ../apple2/%.s