diff options
author | Michael Pavone <pavone@retrodev.com> | 2020-06-12 23:54:22 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2020-06-12 23:54:22 -0700 |
commit | fb293afbcf0252107b51ca66f89796c7fa20e02a (patch) | |
tree | 71bb151590e51cf4dc2417d343b436c56385ce29 /Makefile | |
parent | 7cedf97a48dae6b5d2d2ed603d869913848fce55 (diff) |
Fix 68k test harness target, add cycle count to output and add a cycle limit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |