add debug
This commit is contained in:
parent
3fcf8e45c6
commit
44b73b30c3
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ SRC_DIRS = programs system
|
|||||||
|
|
||||||
# VASM = ~/6502/vasm6502
|
# VASM = ~/6502/vasm6502
|
||||||
ASM = ca65
|
ASM = ca65
|
||||||
ASMFLAGS = --cpu 65C02 $(foreach srcdir, $(SRC_DIRS), -I $(srcdir))
|
ASMFLAGS = -g --cpu 65C02 $(foreach srcdir, $(SRC_DIRS), -I $(srcdir))
|
||||||
ASMDEPFLAGS = --create-dep .dependencies
|
ASMDEPFLAGS = --create-dep .dependencies
|
||||||
|
|
||||||
LD = ld65
|
LD = ld65
|
||||||
|
Loading…
Reference in New Issue
Block a user