]> git.sur5r.net Git - cc65/blob - testcode/lib/accelerator/Makefile
a9fe5f78d75dcfadcdf5c1686aa454dcf03f4da7
[cc65] / testcode / lib / accelerator / Makefile
1 CL ?= cl65
2
3 all: c64-scpu-test.prg c128-scpu-test.prg c64dtv-test.prg
4
5 c64-scpu-test.prg: c64-c128-scpu-test.c
6         $(CL) -t c64 c64-c128-scpu-test.c -o c64-scpu-test.prg
7
8 c128-scpu-test.prg: c64-c128-scpu-test.c
9         $(CL) -t c128 c64-c128-scpu-test.c -o c128-scpu-test.prg
10
11 c64dtv-test.prg: c64dtv-test.c
12         $(CL) -t c64 c64dtv-test.c -o c64dtv-test.prg
13