mirror of
https://github.com/rkujawa/rk65c02.git
synced 2025-01-06 06:34:22 +00:00
Don't forget to link with utils.
This commit is contained in:
parent
1da576c821
commit
0e784db076
@ -11,10 +11,10 @@ TESTROMS:=$(addsuffix .rom,$(basename $(wildcard *.s)))
|
||||
all : $(TESTS) $(TESTROMS)
|
||||
|
||||
test_bus : test_bus.o $(UTILS) $(RK6502LIB)
|
||||
$(CC) -o $@ $(LDFLAGS) $< $(RK6502LIB)
|
||||
$(CC) -o $@ $(LDFLAGS) $< $(UTILS) $(RK6502LIB)
|
||||
|
||||
test_emulation : test_emulation.o $(UTILS) $(RK6502LIB)
|
||||
$(CC) -o $@ $(LDFLAGS) $< $(RK6502LIB)
|
||||
$(CC) -o $@ $(LDFLAGS) $< $(UTILS) $(RK6502LIB)
|
||||
|
||||
%.rom : %.s
|
||||
$(VASM) $(VASMFLAGS) -o $@ $<
|
||||
|
Loading…
Reference in New Issue
Block a user