aboutsummaryrefslogtreecommitdiff
path: root/tools/skycpt/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tools/skycpt/module.mk')
-rw-r--r--tools/skycpt/module.mk18
1 files changed, 0 insertions, 18 deletions
diff --git a/tools/skycpt/module.mk b/tools/skycpt/module.mk
deleted file mode 100644
index 8ce208210b..0000000000
--- a/tools/skycpt/module.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# $URL$
-# $Id$
-
-MODULE := tools/skycpt
-
-MODULE_OBJS := \
- AsciiCptCompile.o \
- KmpSearch.o \
- TextFile.o \
- cptcompiler.o \
- cpthelp.o \
- idFinder.o
-
-# Set the name of the executable
-TOOL_EXECUTABLE := skycpt
-
-# Include common rules
-include $(srcdir)/rules.mk