Update Makefile

Add source as comment in assembly listings.
This commit is contained in:
Byron Lathi
2022-03-12 22:40:48 -06:00
parent 45af469029
commit 36ff20e587

View File

@@ -1,6 +1,6 @@
CC=cl65
CFLAGS=-t none -I. --cpu "65C02"
test: CFLAGS=-t sim65c02 -I.
CFLAGS=-T -t none -I. --cpu "65C02"
test: CFLAGS=-T -t sim65c02 -I.
LDFLAGS=-C link.ld -m $(NAME).map
SIM=sim65
SIMARGS=-v -c -x 1000000