mirror of
https://github.com/scummvm/scummvm.git
synced 2025-04-02 10:52:32 -04:00
11 lines
178 B
Makefile
11 lines
178 B
Makefile
|
|
MODULE := devtools/create_glk
|
|
|
|
MODULE_OBJS := \
|
|
create_glk.o
|
|
|
|
# Set the name of the executable
|
|
TOOL_EXECUTABLE := create_glk
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|