10 lines
135 B
Makefile
10 lines
135 B
Makefile
MODULE := base
|
|
|
|
MODULE_OBJS := \
|
|
main.o \
|
|
commandLine.o \
|
|
plugins.o \
|
|
version.o
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|