summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2020-06-12 23:54:22 -0700
committerMichael Pavone <pavone@retrodev.com>2020-06-12 23:54:22 -0700
commitfb293afbcf0252107b51ca66f89796c7fa20e02a (patch)
tree71bb151590e51cf4dc2417d343b436c56385ce29 /Makefile
parent7cedf97a48dae6b5d2d2ed603d869913848fce55 (diff)
Fix 68k test harness target, add cycle count to output and add a cycle limit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)