aboutsummaryrefslogtreecommitdiff
path: root/base/module.mk
blob: 3a515b4f5c37dee221357395f2fe5b6832ae5f48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
MODULE := base

MODULE_OBJS := \
	engine.o \
	main.o \
	commandLine.o \
	plugins.o \
	version.o

MODULE_DIRS += \
	base

# Include common rules 
include $(srcdir)/common.rules