mirror of
https://github.com/cc65/cc65.git
synced 2025-01-08 20:31:31 +00:00
Added Makefile for recently added linker config test program.
This commit is contained in:
parent
5145235b97
commit
9031320dff
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 $^
|
Loading…
Reference in New Issue
Block a user