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