mirror of
https://github.com/deater/tb1.git
synced 2025-08-05 13:25:29 +00:00
tb_6502: Fix Makefile to work for recent cc65
For some reason they made the command line arg order stricter.
This commit is contained in:
@@ -5,10 +5,10 @@ TB_6502: tb_6502
|
|||||||
make_b ./tb_6502 ./TB_6502 0xC00
|
make_b ./tb_6502 ./TB_6502 0xC00
|
||||||
|
|
||||||
tb_6502: tb_6502.o
|
tb_6502: tb_6502.o
|
||||||
ld65 -C ./apple2_c00.inc -o tb_6502 tb_6502.o
|
ld65 -o tb_6502 tb_6502.o -C ./apple2_c00.inc
|
||||||
|
|
||||||
tb_6502.o: tb_6502.s
|
tb_6502.o: tb_6502.s
|
||||||
ca65 -o tb_6502.o -l tb_6502.s
|
ca65 -o tb_6502.o tb_6502.s -l tb_6502.lst
|
||||||
|
|
||||||
disk:
|
disk:
|
||||||
dos33 tb_6502.dsk SAVE B TB_6502
|
dos33 tb_6502.dsk SAVE B TB_6502
|
||||||
|
Reference in New Issue
Block a user