mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 19:30:41 +00:00
66e9d4f5e8
svn-id: r30664
12 lines
145 B
Makefile
12 lines
145 B
Makefile
MODULE := base
|
|
|
|
MODULE_OBJS := \
|
|
main.o \
|
|
commandLine.o \
|
|
game.o \
|
|
plugins.o \
|
|
version.o
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|