changeset 1762:057198058196

Small fix to ztestrun rule in makefile
author Michael Pavone <pavone@retrodev.com>
date Tue, 19 Feb 2019 22:59:30 -0800
parents 873a1330c3a9
children 7e97d820b491
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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