Update makefile for tests

use the local sim65 instead of the installed one which doesn't exist
This commit is contained in:
Byron Lathi
2022-04-20 12:59:32 -05:00
parent 9de3c5b1fa
commit 1b08d25ce1

View File

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