TARGET = Engine.a

SRCS = \
crawler.cpp \

SPATH =

CPPFLAGS = -I. -I../Database -I../Database/internals

include ../Makefile.cfg

$(TARGET): $(OBJS)
	$(AR) $@ $^

-include $(DEPS)