From 699d7910239a51d0c5f9d3b07768ea4ab5ce0d3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Kujawa?= Date: Thu, 26 Jan 2017 23:28:04 +0100 Subject: [PATCH] Fix wrong object name. --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)