mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
14 lines
215 B
Makefile
14 lines
215 B
Makefile
|
|
MODULE := devtools/create_neverhood
|
|
|
|
MODULE_OBJS := \
|
|
create_neverhood.o \
|
|
md5.o \
|
|
util.o
|
|
|
|
# Set the name of the executable
|
|
TOOL_EXECUTABLE := create_neverhood
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|