aboutsummaryrefslogtreecommitdiff
path: root/devtools/skycpt/module.mk
blob: eaf1679ba855df409fb7ddb0f34e52c3cfdb0d31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
MODULE := devtools/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