aboutsummaryrefslogtreecommitdiff
path: root/tools/create_lure/module.mk
blob: 04229b9377530fa72c9a0a5e83a5ac776459269f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $URL$
# $Id$

MODULE := tools/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