mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
3978b728db
svn-id: r13516
16 lines
203 B
Makefile
16 lines
203 B
Makefile
MODULE := kyra
|
|
|
|
MODULE_OBJS = \
|
|
kyra/kyra.o
|
|
|
|
MODULE_DIRS += \
|
|
kyra
|
|
|
|
# This module can be built as a plugin
|
|
ifdef BUILD_PLUGINS
|
|
PLUGIN := 1
|
|
endif
|
|
|
|
# Include common rules
|
|
include $(srcdir)/common.rules
|