scummvm/backends/platform/dingux/module.mk

12 lines
220 B
Makefile
Raw Normal View History

MODULE := backends/platform/dingux
MODULE_OBJS := \
main.o \
dingux.o
MODULE_DIRS += \
backends/platform/dingux/
# We don't use the rules.mk here on purpose
OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS)) $(OBJS)