From 688a4edd9e489de26a9b53ea79f513e6461c7533 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Thu, 14 Dec 2006 02:44:50 +0000 Subject: Now actually seems to work for the most parts Added scraping Added graceful disconnect --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a85ab2b..21689e5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC?=gcc -CFLAGS+=-I../libowfat -Wall -pipe -g -ggdb -LDFLAGS+=-L../libowfat/ -lowfat +CFLAGS+=-I../libowfat -Wall -pipe -O2 +LDFLAGS+=-L../libowfat/ -lowfat -s SOURCES=opentracker.c trackerlogic.c scan_urlencoded_query.c -- cgit v1.2.3