From f96501285780ccbb47c1ac43133f12491f2e0410 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 29 Dec 2009 20:35:01 +0100 Subject: more reading and abstract interfacing --- src/GNUmakefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/GNUmakefile') diff --git a/src/GNUmakefile b/src/GNUmakefile index c73bca3..6b30e1d 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -2,13 +2,15 @@ TOPDIR = .. SUBDIRS = -INCLUDE_DIRS = +INCLUDE_DIRS = \ + -I. INCLUDE_LDFLAGS = INCLUDE_LIBS = -CPP_BINS = +CPP_BINS = \ + Crawler$(EXE) OBJS = -- cgit v1.2.3-54-g00ecf