summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-07-12 19:18:06 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-07-12 19:18:06 +0200
commitb1e647baf2e1724838e34d25339a3672caf09e14 (patch)
tree1e305a8efc6138603c3949a4ab083b252b9e39c8 /src/GNUmakefile
parent7d4bf0e6f0f7e65ab3b2e6465755aa00d896d76e (diff)
downloadcrawler-b1e647baf2e1724838e34d25339a3672caf09e14.tar.gz
crawler-b1e647baf2e1724838e34d25339a3672caf09e14.tar.bz2
added basic structure
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index f8dfbd1..b60a865 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -13,7 +13,10 @@ INCLUDE_DIRS = \
INCLUDE_LIBS = \
CPP_OBJS = \
- main.o
+ URL.o \
+ Fetcher.o \
+ Frontier.o \
+ Deduper.o
CPP_BINS = \
crawlingwolf$(EXE)