aboutsummaryrefslogtreecommitdiff
path: root/tools/create_lure/module.mk
blob: c5ab6dfef85e29699bf7efd8dfcee36515224b54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $URL: https://scummvm.svn.sourceforge.net/svnroot/scummvm/tools/trunk/Makefile $
# $Id: Makefile 30664 2008-01-27 19:47:41Z jvprat $

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