comparison Makefile @ 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 d6d4c006a7b3
children 8fe162bdb038 3a8c4ee68568
comparison
equal deleted inserted replaced
1761:873a1330c3a9 1762:057198058196
260 260
261 transz80 : transz80.o $(Z80OBJS) $(TRANSOBJS) 261 transz80 : transz80.o $(Z80OBJS) $(TRANSOBJS)
262 $(CC) -o transz80 transz80.o $(Z80OBJS) $(TRANSOBJS) 262 $(CC) -o transz80 transz80.o $(Z80OBJS) $(TRANSOBJS)
263 263
264 ztestrun : ztestrun.o serialize.o $(Z80OBJS) $(TRANSOBJS) 264 ztestrun : ztestrun.o serialize.o $(Z80OBJS) $(TRANSOBJS)
265 $(CC) -o ztestrun ztestrun.o $(Z80OBJS) $(TRANSOBJS) $(OPT) 265 $(CC) -o ztestrun $^ $(OPT)
266 266
267 ztestgen : ztestgen.o z80inst.o 267 ztestgen : ztestgen.o z80inst.o
268 $(CC) -ggdb -o ztestgen ztestgen.o z80inst.o 268 $(CC) -ggdb -o ztestgen ztestgen.o z80inst.o
269 269
270 stateview$(EXE) : stateview.o vdp.o $(RENDEROBJS) serialize.o $(CONFIGOBJS) gst.o 270 stateview$(EXE) : stateview.o vdp.o $(RENDEROBJS) serialize.o $(CONFIGOBJS) gst.o