]> git.sur5r.net Git - cc65/blobdiff - testcode/lib/accelerator/Makefile
Changed c128 accelerator code and documention to include both C64 and C128 support.
[cc65] / testcode / lib / accelerator / Makefile
index c6423e44f40e1ed56517a1efc64242842e1bcb00..121ad57b85278c9a52d3fbcfdf5b392d3994d6f5 100644 (file)
@@ -1,6 +1,7 @@
 CL ?= cl65
 
-all: c64-scpu-test.prg c128-scpu-test.prg c64dtv-test.prg c64-c128-test.prg
+all:   c64-scpu-test.prg c128-scpu-test.prg c64dtv-test.prg \
+       c64-c128-test.prg c128-test.prg
 
 c64-scpu-test.prg: c64-c128-scpu-test.c
        $(CL) -t c64 c64-c128-scpu-test.c -o c64-scpu-test.prg
@@ -13,3 +14,6 @@ c64dtv-test.prg: c64dtv-test.c
 
 c64-c128-test.prg: c64-c128-test.c
        $(CL) -t c64 c64-c128-test.c -o c64-c128-test.prg
+
+c128-test.prg: c64-c128-test.c
+       $(CL) -t c128 c64-c128-test.c -o c128-test.prg