14 lines
177 B
Makefile
14 lines
177 B
Makefile
MODULE := base
|
|
|
|
MODULE_OBJS := \
|
|
engine.o \
|
|
gameDetector.o \
|
|
main.o \
|
|
plugins.o \
|
|
version.o
|
|
|
|
MODULE_DIRS += \
|
|
base
|
|
|
|
# Include common rules
|
|
include $(srcdir)/common.rules
|