diff --git a/testcode/lib/apple2/Makefile b/testcode/lib/apple2/Makefile new file mode 100644 index 000000000..87dadcbe7 --- /dev/null +++ b/testcode/lib/apple2/Makefile @@ -0,0 +1,12 @@ +# For this one see https://applecommander.github.io/ +AC ?= ac.jar + +CL = cl65 +CLFLAGS = -t apple2 -C apple2-hgr.cfg -Oirs + +hgrtest.dsk: hgrtest + cp prodos.dsk $@ + java -jar $(AC) -cc65 $@ hgrtest bin