summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
blob: 6b30e1d1e3cdd4e07a2427450f1a208279fcb51c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TOPDIR = ..

SUBDIRS =

INCLUDE_DIRS = \
	-I.

INCLUDE_LDFLAGS =

INCLUDE_LIBS =

CPP_BINS = \
	Crawler$(EXE)

OBJS =

-include $(TOPDIR)/makefiles/gmake/sub.mk