]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm510/Makefile
Fixed order of options in call to ld65, which became important after the
[cc65] / libsrc / cbm510 / Makefile
index e92683dce005c5732dc3ec172a28ab26a0c9f269..4760f297398591a6ba19e273c2bc8cbdcddce8d6 100644 (file)
@@ -27,16 +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) -t module -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