]> git.sur5r.net Git - cc65/blobdiff - libsrc/pet/Makefile
On Apple GEOS all "low jumptable" entries went into 'diskdrv.inc'. So this needs...
[cc65] / libsrc / pet / Makefile
index b44c383b0922b89fd2bc888f24486e3b22a945a6..041643d40d32f6d79db9f721409c09cf256263db 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
-       @$(LD) -t module -o $@ $^
+       @$(LD) -o $@ -t module $^
 
 %.joy: %.o ../runtime/zeropage.o
-       @$(LD) -t module -o $@ $^
+       @$(LD) -o $@ -t module $^
+
+%.mou: %.o ../runtime/zeropage.o
+       @$(LD) -o $@ -t module $^
+
+%.ser: %.o ../runtime/zeropage.o
+       @$(LD) -o $@ -t module $^
 
 %.tgi: %.o ../runtime/zeropage.o
-       @$(LD) -t module -o $@ $^
+       @$(LD) -o $@ -t module $^
 
 #--------------------------------------------------------------------------
 # Object files
@@ -71,7 +77,7 @@ OBJS =        _scrsize.o      \
 
 EMDS =
 
-JOYS = pet-ptvjoy.joy
+JOYS = pet-ptvjoy.joy pet-stdjoy.joy
 
 TGIS =