aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_lure/module.mk
blob: 410cd26ba3e687369461e256de49f49498cac1b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
MODULE := devtools/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