From 55993078d11037b8a952eb9504fe696d92e42eeb Mon Sep 17 00:00:00 2001 From: matze Date: Fri, 26 Oct 2007 23:31:12 +0000 Subject: [PATCH 1/1] * 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2