X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile;h=f8b9ab717bda65eff153e7cc23246470f0389691;hb=5da6b87ec843d7cc0e36a0797379a6be80a6686e;hp=af273eccc7e05b9bd7a6856c573b126623feea1c;hpb=91277a6a0f520ec37f71e41ee026fe1eaa9c233c;p=c128-kasse diff --git a/Makefile b/Makefile index af273ec..f8b9ab7 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ test/%.o: test/%.c kasse: src/config.o src/kasse.o src/general.o src/credit_manager.o src/c128time.o # See above, please just kill the PATH-definition # cp /tmp/cc65/lib/c128* . - PATH=${PATH}:~/customSoftware/cc65-2.11.0/src/ld65:/tmp/cc65/lib ${CL} -t c128 src/*.o -o kasse + PATH=${PATH}:~/customSoftware/cc65-2.11.0/src/ld65:/tmp/cc65/lib ${CL} -t c128 src/c128time.o src/config.o src/kasse.o src/general.o src/credit_manager.o -o kasse itemz: src/config.o src/itemz.o src/general.o src/credit_manager.o # See above, please just kill the PATH-definition @@ -33,10 +33,10 @@ package: all c1541 -attach kasse.d64 -delete items || exit 0 c1541 -attach kasse.d64 -delete kasse || exit 0 c1541 -attach kasse.d64 -delete itemz || exit 0 -# c1541 -attach kasse.d64 -write itemz || exit 0 c1541 -attach kasse.d64 -write kasse || exit 0 - c1541 -attach kasse.d64 -write state || exit 0 - c1541 -attach kasse.d64 -write items || exit 0 + c1541 -attach kasse.d64 -write itemz || exit 0 +# c1541 -attach kasse.d64 -write state || exit 0 +# c1541 -attach kasse.d64 -write items || exit 0 test: src/config.o test/test.o src/general.o ${CL} -t c128 src/config.o test/test.o src/general.o -o test