summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2019-02-19 22:59:30 -0800
committerMichael Pavone <pavone@retrodev.com>2019-02-19 22:59:30 -0800
commit0fe137cd6fee46393191331627a58b379c06131d (patch)
treee96543e5844f1cfe0ec19502119c7034ad8b204b
parentb84b6a5420f2cd1f63ab4dd976bf2eb67cccfafb (diff)
Small fix to ztestrun rule in makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0c8b55f..96f1eea 100644
--- a/Makefile
+++ b/Makefile
@@ -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