mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-24 10:45:46 +00:00
baaedb1651
svn-id: r25137
12 lines
146 B
Makefile
12 lines
146 B
Makefile
MODULE := base
|
|
|
|
MODULE_OBJS := \
|
|
main.o \
|
|
commandLine.o \
|
|
game.o \
|
|
plugins.o \
|
|
version.o
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|