mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 09:18:38 +00:00
11 lines
185 B
Makefile
11 lines
185 B
Makefile
MODULE := backends/x11
|
|
|
|
MODULE_OBJS := \
|
|
x11.o
|
|
|
|
MODULE_DIRS += \
|
|
backends/x11
|
|
|
|
# We don't use the common.rules here on purpose
|
|
OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS)) $(OBJS)
|