1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-22 12:29:06 +00:00
cc65/testcode/lib/apple2/Makefile

13 lines
278 B
Makefile

# 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 <hgrtest
hgrtest: hgrtest.c werner.s
$(CL) $(CLFLAGS) -m hgrtest.map $^