Use my custom compiled version of wla
This commit is contained in:
parent
802c9ff499
commit
5fe21fa5a1
6
Makefile
6
Makefile
@ -1,13 +1,15 @@
|
|||||||
#all: smc
|
#all: smc
|
||||||
all: tic_tac
|
all: tic_tac
|
||||||
|
|
||||||
|
BINPATH := /home/greg/code/wla-dx/binaries
|
||||||
|
|
||||||
|
|
||||||
tic_tac: tic_tac.obj
|
tic_tac: tic_tac.obj
|
||||||
wlalink -vr tic_tac.link tic_tac.smc
|
$(BINPATH)/wlalink -v -r tic_tac.link tic_tac.smc
|
||||||
|
|
||||||
|
|
||||||
tic_tac.obj: tic_tac.asm
|
tic_tac.obj: tic_tac.asm
|
||||||
wla-65816 -vo tic_tac.asm tic_tac.obj
|
$(BINPATH)/wla-65816 -v -o tic_tac.obj tic_tac.asm
|
||||||
|
|
||||||
|
|
||||||
greenspace.obj: greenspace.asm
|
greenspace.obj: greenspace.asm
|
||||||
|
Loading…
Reference in New Issue
Block a user