X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile;h=cea7061a8957f87db5a4572b3c59419317a0a6dd;hb=dd5fb9f15a12c98ad53248e6c6c860143e2bb298;hp=526c5670bb5cf0451174fc29da469dc5fbb33233;hpb=0b3dc55f7868bb883d09a777f8674c6575cc1ee9;p=c128-kasse diff --git a/Makefile b/Makefile index 526c567..cea7061 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ CFLAGS += -DGV=\"${GV}\" %.o: %.c ${INCLUDES} ${CC} ${CFLAGS} -O -I include -t c128 $< -o /dev/stdout | ${AS} -I include -t c128 /dev/stdin -o $@ +all: kasse itemz kasse: src/config.o src/kasse.o src/general.o src/credit_manager.o src/c128time.o src/print.o ${LD} -t c128 $^ -o $@ @@ -18,8 +19,6 @@ itemz: src/config.o src/itemz.o src/general.o src/credit_manager.o src/c128time. cat: src/general.o src/cat.o ${LD} -t c128 $^ -o $@ -all: kasse itemz - package: all cp images/kasse.d64 . c1541 -attach kasse.d64 -delete state || exit 0