diff options
author | Michael Pavone <pavone@retrodev.com> | 2019-02-19 22:59:30 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2019-02-19 22:59:30 -0800 |
commit | 0fe137cd6fee46393191331627a58b379c06131d (patch) | |
tree | e96543e5844f1cfe0ec19502119c7034ad8b204b /Makefile | |
parent | b84b6a5420f2cd1f63ab4dd976bf2eb67cccfafb (diff) |
Small fix to ztestrun rule in makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -262,7 +262,7 @@ transz80 : transz80.o $(Z80OBJS) $(TRANSOBJS) $(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 |