]> git.sur5r.net Git - c128-kasse/commitdiff
makefile
authormatze <matze@af93e077-1a23-4f1e-9cbe-9382a9d578f5>
Sat, 28 Jul 2007 17:24:16 +0000 (17:24 +0000)
committermatze <matze@af93e077-1a23-4f1e-9cbe-9382a9d578f5>
Sat, 28 Jul 2007 17:24:16 +0000 (17:24 +0000)
git-svn-id: https://shell.noname-ev.de/svn/kasse/c128@10 af93e077-1a23-4f1e-9cbe-9382a9d578f5

Makefile

index f10e636044aca7866eb339ae18299619b1ccd149..bd5d7f2e1130c2517fbf21d00118aed12603f0e8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-.c.s: cc65 -t c128 $<
-
-.s.o: cc65 -t c128 $<
+%.o: %.c
+       cc65 -t c128 $<
+       ca65 -t c128 $$(basename $< .c).s
 
 all: config.o kasse.o 
        cl65 -t c128 kasse.o config.o -o kasse