From fb293afbcf0252107b51ca66f89796c7fa20e02a Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 12 Jun 2020 23:54:22 -0700 Subject: Fix 68k test harness target, add cycle count to output and add a cycle limit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ee295a6..730deab 100644 --- a/Makefile +++ b/Makefile @@ -297,7 +297,7 @@ libemu68k.a : $(M68KOBJS) $(TRANSOBJS) ar rcs libemu68k.a $(M68KOBJS) $(TRANSOBJS) trans : trans.o serialize.o $(M68KOBJS) $(TRANSOBJS) util.o - $(CC) -o trans trans.o $(M68KOBJS) $(TRANSOBJS) util.o $(OPT) + $(CC) -o $@ $^ $(OPT) transz80 : transz80.o $(Z80OBJS) $(TRANSOBJS) $(CC) -o transz80 transz80.o $(Z80OBJS) $(TRANSOBJS) -- cgit v1.2.3