mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
12 lines
178 B
Makefile
12 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
|