]> git.sur5r.net Git - cc65/blobdiff - testcode/lib/accelerator/Makefile
Added C64 Chameleon accelerator code and documentation.
[cc65] / testcode / lib / accelerator / Makefile
index 121ad57b85278c9a52d3fbcfdf5b392d3994d6f5..e9bd61881458ac65be6fa499953c333f37b066b2 100644 (file)
@@ -1,7 +1,7 @@
 CL ?= cl65
 
 all:   c64-scpu-test.prg c128-scpu-test.prg c64dtv-test.prg \
-       c64-c128-test.prg c128-test.prg
+       c64-c128-test.prg c128-test.prg chameleon-test.prg
 
 c64-scpu-test.prg: c64-c128-scpu-test.c
        $(CL) -t c64 c64-c128-scpu-test.c -o c64-scpu-test.prg
@@ -17,3 +17,6 @@ c64-c128-test.prg: c64-c128-test.c
 
 c128-test.prg: c64-c128-test.c
        $(CL) -t c128 c64-c128-test.c -o c128-test.prg
+
+chameleon-test.prg: chameleon-test.c
+       $(CL) -t c64 chameleon-test.c -o chameleon-test.prg