diff --git a/test/Makefile b/test/Makefile index b95e009..762d9e3 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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)