Initial commit
This commit is contained in:
11
base/module.mk
Normal file
11
base/module.mk
Normal file
@@ -0,0 +1,11 @@
|
||||
MODULE := base
|
||||
|
||||
MODULE_OBJS := \
|
||||
test_new_standards.o \
|
||||
main.o \
|
||||
commandLine.o \
|
||||
plugins.o \
|
||||
version.o
|
||||
|
||||
# Include common rules
|
||||
include $(srcdir)/rules.mk
|
||||
Reference in New Issue
Block a user