]> git.sur5r.net Git - c128-kasse/commitdiff
- put executable as first file on disk because it's possible to do DLOAD"* or RUN...
authorsur5r <sur5r@af93e077-1a23-4f1e-9cbe-9382a9d578f5>
Sat, 1 Sep 2007 00:00:55 +0000 (00:00 +0000)
committersur5r <sur5r@af93e077-1a23-4f1e-9cbe-9382a9d578f5>
Sat, 1 Sep 2007 00:00:55 +0000 (00:00 +0000)
git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@43 af93e077-1a23-4f1e-9cbe-9382a9d578f5

Makefile
kasse.d64

index 98bfcd3fc43708423b42e534e0f32a959d384098..56dc731637cadf8a8c2d1cc273226b92e5511ba2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,9 +9,9 @@ package: all
        c1541 -attach kasse.d64 -delete state || exit 0 
        c1541 -attach kasse.d64 -delete items  || exit 0
        c1541 -attach kasse.d64 -delete kasse  || 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 kasse  || exit 0
 
 test: config.o test.o general.o
        cl65 -t c128 config.o test.o general.o -o test
@@ -20,9 +20,9 @@ test-package: test
        c1541 -attach test.d64 -delete state || exit 0 
        c1541 -attach test.d64 -delete items  || exit 0
        c1541 -attach test.d64 -delete test  || exit 0
+       c1541 -attach test.d64 -write test  || exit 0
        c1541 -attach test.d64 -write state || exit 0 
        c1541 -attach test.d64 -write items  || exit 0
-       c1541 -attach test.d64 -write test  || exit 0
 
 clean:
        rm -rf *.o *.s
index 2e3a4a2be84e488dd471eb19418fe4cd598408be..a5928860c6c0bc97711e739258148db95d1e4cd8 100644 (file)
Binary files a/kasse.d64 and b/kasse.d64 differ