]> git.sur5r.net Git - c128-kasse/blobdiff - Makefile
fix bugs in setting/reading time, this one affected the other bug (loading/saving...
[c128-kasse] / Makefile
index af273eccc7e05b9bd7a6856c573b126623feea1c..f8b9ab717bda65eff153e7cc23246470f0389691 100644 (file)
--- 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