aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_kyradat/module.mk
blob: af80f5d4d71410933f65b69be87e36339a328cab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
MODULE := devtools/create_kyradat

MODULE_OBJS := \
	create_kyradat.o \
	games.o \
	md5.o \
	pak.o \
	resources.o \
	types.o \
	util.o

# Set the name of the executable
TOOL_EXECUTABLE := create_kyradat

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