1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-06-15 20:29:32 +00:00

Fix wrong object name.

This commit is contained in:
Radosław Kujawa 2017-01-26 23:28:04 +01:00
parent ea95e3d02c
commit 699d791023

View File

@ -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)