mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
60f287c85d
At the moment, this extracts needed font data from the mort.com executable.
12 lines
192 B
Makefile
12 lines
192 B
Makefile
|
|
MODULE := devtools/create_mortdat
|
|
|
|
MODULE_OBJS := \
|
|
create_mortdat.o \
|
|
|
|
# Set the name of the executable
|
|
TOOL_EXECUTABLE := create_mortdat
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|