X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libsrc%2Fpet%2FMakefile;h=041643d40d32f6d79db9f721409c09cf256263db;hb=ff746b119ced0a50914175baf52e9ee196c107dc;hp=b44c383b0922b89fd2bc888f24486e3b22a945a6;hpb=d1aad57b9865caa61641bbd20557958790b66a84;p=cc65 diff --git a/libsrc/pet/Makefile b/libsrc/pet/Makefile index b44c383b0..041643d40 100644 --- a/libsrc/pet/Makefile +++ b/libsrc/pet/Makefile @@ -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 =