mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 20:17:49 +00:00
4572d0ba16
svn-id: r21687
15 lines
177 B
Makefile
15 lines
177 B
Makefile
MODULE := base
|
|
|
|
MODULE_OBJS := \
|
|
engine.o \
|
|
gameDetector.o \
|
|
main.o \
|
|
plugins.o \
|
|
version.o
|
|
|
|
MODULE_DIRS += \
|
|
base
|
|
|
|
# Include common rules
|
|
include $(srcdir)/common.rules
|