mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 08:55:45 +00:00
18 lines
262 B
Makefile
18 lines
262 B
Makefile
MODULE := devtools/create_xeen
|
|
|
|
MODULE_OBJS := \
|
|
create_xeen.o \
|
|
cc.o \
|
|
clouds.o \
|
|
constants.o \
|
|
hashmap.o \
|
|
map.o \
|
|
memorypool.o \
|
|
str.o
|
|
|
|
# Set the name of the executable
|
|
TOOL_EXECUTABLE := create_xeen
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|