From: matze Date: Fri, 26 Oct 2007 23:31:12 +0000 (+0000) Subject: * ignore some built stuff X-Git-Tag: rgb2rv6~36 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;ds=sidebyside;h=55993078d11037b8a952eb9504fe696d92e42eeb;hp=c70fe2620d6d0ac244351d8e45c3aff9a7a8b95b;p=c128-kasse * ignore some built stuff * explicitly list objects for linking kasse git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@73 af93e077-1a23-4f1e-9cbe-9382a9d578f5 --- diff --git a/Makefile b/Makefile index fa5677e..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