# HG changeset patch # User Michael Pavone # Date 1550645970 28800 # Node ID 05719805819690a2ea056a502eadb1862b211240 # Parent 873a1330c3a95f2a6d54f4e350e2363e781a35df Small fix to ztestrun rule in makefile diff -r 873a1330c3a9 -r 057198058196 Makefile --- a/Makefile Tue Feb 19 22:59:14 2019 -0800 +++ b/Makefile Tue Feb 19 22:59:30 2019 -0800 @@ -262,7 +262,7 @@ $(CC) -o transz80 transz80.o $(Z80OBJS) $(TRANSOBJS) ztestrun : ztestrun.o serialize.o $(Z80OBJS) $(TRANSOBJS) - $(CC) -o ztestrun ztestrun.o $(Z80OBJS) $(TRANSOBJS) $(OPT) + $(CC) -o ztestrun $^ $(OPT) ztestgen : ztestgen.o z80inst.o $(CC) -ggdb -o ztestgen ztestgen.o z80inst.o