diff Makefile @ 1104:4224980a5f84

Fix the previous WIP commit. Quick tests suggests things are no more broken than before now.
author Michael Pavone <pavone@retrodev.com>
date Fri, 09 Dec 2016 18:39:44 -0800
parents 4987fddd42a0
children 2eb54e24914e
line wrap: on
line diff
--- a/Makefile	Fri Dec 09 09:48:48 2016 -0800
+++ b/Makefile	Fri Dec 09 18:39:44 2016 -0800
@@ -125,7 +125,7 @@
 AUDIOOBJS=ym2612.o psg.o wave.o
 CONFIGOBJS=config.o tern.o util.o
 
-MAINOBJS=blastem.o debug.o gdb_remote.o vdp.o render_sdl.o io.o romdb.o menu.o $(TERMINAL) $(CONFIGOBJS) gst.o $(M68KOBJS) $(TRANSOBJS) $(AUDIOOBJS)
+MAINOBJS=blastem.o genesis.o debug.o gdb_remote.o vdp.o render_sdl.o io.o romdb.o menu.o $(TERMINAL) $(CONFIGOBJS) gst.o $(M68KOBJS) $(TRANSOBJS) $(AUDIOOBJS)
 
 ifeq ($(CPU),x86_64)
 CFLAGS+=-DX86_64 -m64