mirror of
https://github.com/rkujawa/rk65c02.git
synced 2025-01-06 06:34:22 +00:00
Fix wrong object name.
This commit is contained in:
parent
ea95e3d02c
commit
699d791023
@ -10,7 +10,7 @@ TESTROMS:=$(addsuffix .rom,$(basename $(wildcard *.s)))
|
||||
|
||||
all : $(TESTS) $(TESTROMS)
|
||||
|
||||
test_stepping : test_step.o $(UTILS) $(RK6502LIB)
|
||||
test_stepping : test_stepping.o $(UTILS) $(RK6502LIB)
|
||||
$(CC) -o $@ $(LDFLAGS) $< $(RK6502LIB)
|
||||
|
||||
test_bus : test_bus.o $(UTILS) $(RK6502LIB)
|
||||
|
Loading…
Reference in New Issue
Block a user