summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2020-05-16 10:36:58 -0700
committerMichael Pavone <pavone@retrodev.com>2020-05-16 10:36:58 -0700
commit6956da15b02af149709945a12fc3a56a031ed1ad (patch)
tree901aea99b6100a47956a5558294b7339c434d9ba /Makefile
parent4d914c0b2b74570ab36de6828d93a68c5de8e096 (diff)
Fix libretro target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 82e9e21..ee295a6 100644
--- a/Makefile
+++ b/Makefile
@@ -217,7 +217,7 @@ MAINOBJS=blastem.o system.o genesis.o debug.o gdb_remote.o vdp.o $(RENDEROBJS) i
LIBOBJS=libblastem.o system.o genesis.o debug.o gdb_remote.o vdp.o io.o romdb.o hash.o xband.o realtec.o \
i2c.o nor.o sega_mapper.o multi_game.o megawifi.o $(NET) serialize.o $(TERMINAL) $(CONFIGOBJS) gst.o \
- $(M68KOBJS) $(TRANSOBJS) $(AUDIOOBJS) saves.o jcart.o rom.db.o
+ $(M68KOBJS) $(TRANSOBJS) $(AUDIOOBJS) saves.o jcart.o rom.db.o gen_player.o
ifdef NONUKLEAR
CFLAGS+= -DDISABLE_NUKLEAR