Added Makefile for recently added linker config test program.
This commit is contained in:
12
testcode/lib/apple2/Makefile
Normal file
12
testcode/lib/apple2/Makefile
Normal file
@@ -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 <hgrtest
|
||||||
|
|
||||||
|
hgrtest: hgrtest.c werner.s
|
||||||
|
$(CL) $(CLFLAGS) -m hgrtest.map $^
|
||||||
Reference in New Issue
Block a user