summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-11-06 12:19:39 -0800
committerMichael Pavone <pavone@retrodev.com>2015-11-06 12:19:39 -0800
commit70be447f74b87c11557d2b5b1463005fddb0495a (patch)
tree9c871702bd0b40fd1ecb05bcb27dd824f9eb8c48 /Makefile
parent60f60cd2c5236b0ba5654174c5faeb4a2d218fc9 (diff)
Menu ROM now pulls real file names from the OS rather than using a fake list
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 79c148d..aad5962 100644
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,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 $(TERMINAL) $(CONFIGOBJS) gst.o $(M68KOBJS) $(TRANSOBJS) $(AUDIOOBJS)
+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)
ifeq ($(CPU),x86_64)
CFLAGS+=-DX86_64 -m64