mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 15:41:41 +00:00
12 lines
186 B
Makefile
12 lines
186 B
Makefile
|
|
MODULE := devtools/extract_mort
|
|
|
|
MODULE_OBJS := \
|
|
extract_mort.o \
|
|
|
|
# Set the name of the executable
|
|
TOOL_EXECUTABLE := extract_mort
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|