diff options
| author | Michael Pavone <pavone@retrodev.com> | 2016-12-09 18:39:44 -0800 |
|---|---|---|
| committer | Michael Pavone <pavone@retrodev.com> | 2016-12-09 18:39:44 -0800 |
| commit | 3c415459a8569224a61ce5f0febb0fd3699d9090 (patch) | |
| tree | 0944f9654ca464107dfc310697e0bf4f0a9ee553 /Makefile | |
| parent | 818a3ef482b96c0a963bb515291944346586f106 (diff) | |
Fix the previous WIP commit. Quick tests suggests things are no more broken than before now.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ Z80OBJS=z80inst.o z80_to_x86.o 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 |
