mirror of
https://github.com/scummvm/scummvm.git
synced 2026-05-21 05:40:43 +00:00
11 lines
183 B
Makefile
11 lines
183 B
Makefile
MODULE := devtools/create_myst3
|
|
|
|
MODULE_OBJS := \
|
|
create_myst3.o
|
|
|
|
# Set the name of the executable
|
|
TOOL_EXECUTABLE := create_myst3
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|