337319dc56
aget is a multithreaded HTTP -for now- download accelerator. aget first sends a HEAD request to retrieve the length of the file, and divides it into equal segments according to the number user has requested. Then for each segment, it connects to the server and gets only the part which it is to download. cleaned up submission from Girish Venkatachalam ok merdely@ long time ago
13 lines
375 B
Plaintext
13 lines
375 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1.1.1 2008/11/18 12:48:41 okan Exp $
|
|
--- Makefile.orig Sat Oct 18 15:54:18 2008
|
|
+++ Makefile Sat Oct 18 15:53:59 2008
|
|
@@ -2,7 +2,7 @@
|
|
# http://www.enderunix.org/aget/
|
|
|
|
OBJS = main.o Aget.o Misc.o Head.o Signal.o Download.o Resume.o
|
|
-CFLAGS = -g -Wall -W -pedantic
|
|
+CFLAGS?= -g -Wall -W -pedantic
|
|
LDFLAGS = -pthread
|
|
CC = gcc
|
|
STRIP = strip
|