mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
13 lines
206 B
Makefile
13 lines
206 B
Makefile
|
|
MODULE := devtools/create_lure
|
|
|
|
MODULE_OBJS := \
|
|
create_lure_dat.o \
|
|
process_actions.o
|
|
|
|
# Set the name of the executable
|
|
TOOL_EXECUTABLE := create_lure
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|