aboutsummaryrefslogtreecommitdiff
path: root/tools/create_kyradat/module.mk
blob: 1471155184ebfaed7c33539ee349be0100d09dbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $URL$
# $Id$

MODULE := tools/create_kyradat

MODULE_OBJS := \
	create_kyradat.o \
	extract.o \
	pak.o \
	md5.o \
	util.o \
	search.o

# Set the name of the executable
TOOL_EXECUTABLE := create_kyradat

# Include common rules
include $(srcdir)/rules.mk