mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
11 lines
203 B
Makefile
11 lines
203 B
Makefile
MODULE := backends/platform/null
|
|
|
|
MODULE_OBJS := \
|
|
null.o
|
|
|
|
MODULE_DIRS += \
|
|
backends/platform/null/
|
|
|
|
# We don't use the rules.mk here on purpose
|
|
OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS)) $(OBJS)
|