diff options
| author | Michael Pavone <pavone@retrodev.com> | 2015-11-06 12:19:39 -0800 |
|---|---|---|
| committer | Michael Pavone <pavone@retrodev.com> | 2015-11-06 12:19:39 -0800 |
| commit | 70be447f74b87c11557d2b5b1463005fddb0495a (patch) | |
| tree | 9c871702bd0b40fd1ecb05bcb27dd824f9eb8c48 /Makefile | |
| parent | 60f60cd2c5236b0ba5654174c5faeb4a2d218fc9 (diff) | |
Menu ROM now pulls real file names from the OS rather than using a fake list
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
