aboutsummaryrefslogtreecommitdiff
path: root/tools/create_lure/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tools/create_lure/module.mk')
-rw-r--r--tools/create_lure/module.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/create_lure/module.mk b/tools/create_lure/module.mk
deleted file mode 100644
index 04229b9377..0000000000
--- a/tools/create_lure/module.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# $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