Use the system cl65, don't use verbose mode

I had used these to try and help figure out the structure of the o65
file but this is not needed anymore
This commit is contained in:
Byron Lathi
2022-04-16 14:27:18 -05:00
parent 016e9edee7
commit 7e7bdd3b4a

View File

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