mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
80cf2fa46f
svn-id: r20584
14 lines
164 B
Makefile
14 lines
164 B
Makefile
MODULE := base
|
|
|
|
MODULE_OBJS := \
|
|
engine.o \
|
|
gameDetector.o \
|
|
main.o \
|
|
plugins.o
|
|
|
|
MODULE_DIRS += \
|
|
base
|
|
|
|
# Include common rules
|
|
include $(srcdir)/common.rules
|