]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm610/Makefile
Fixed order of options in call to ld65, which became important after the
[cc65] / libsrc / cbm610 / Makefile
index 1eea7f31f206e65a8dba2e5ac84d22dc6a5ddd0e..4f2491da02d1fba4f10bafcdfc4e71466efc3ee2 100644 (file)
@@ -27,13 +27,19 @@ CFLAGS      = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include
        @$(AS) -g -o $@ $(AFLAGS) $<
 
 %.emd: %.o ../runtime/zeropage.o extzp.o
-       @$(LD) -t module -o $@ $^
+       @$(LD) -o $@ -t module $^
+
+%.joy: %.o ../runtime/zeropage.o extzp.o
+       @$(LD) -o $@ -t module $^
+
+%.mou: %.o ../runtime/zeropage.o extzp.o
+       @$(LD) -o $@ -t module $^
 
 %.ser: %.o ../runtime/zeropage.o extzp.o
-       @$(LD) -t module -o $@ $^
+       @$(LD) -o $@ -t module $^
 
 %.tgi: %.o ../runtime/zeropage.o extzp.o
-       @$(LD) -t module -o $@ $^
+       @$(LD) -o $@ -t module $^
 
 #--------------------------------------------------------------------------
 # Object files