]> git.sur5r.net Git - c128-kasse/commitdiff
* ignore some built stuff
authormatze <matze@af93e077-1a23-4f1e-9cbe-9382a9d578f5>
Fri, 26 Oct 2007 23:31:12 +0000 (23:31 +0000)
committermatze <matze@af93e077-1a23-4f1e-9cbe-9382a9d578f5>
Fri, 26 Oct 2007 23:31:12 +0000 (23:31 +0000)
 * explicitly list objects for linking kasse

git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@73 af93e077-1a23-4f1e-9cbe-9382a9d578f5

Makefile

index fa5677e303ed1daed35460d8e8707f4913a0b61c..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