mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
641e13807e
user interaction (although an interactive mode is available). It works simply by starting with a single web page, and following all links from that page to attempt to recreate the directory structure on the remote server. PR: ports/9846 Submitted By: Dima Sivachenko <dima@Chg.RU>
12 lines
234 B
Plaintext
12 lines
234 B
Plaintext
--- Makefile.old Wed Feb 3 15:57:13 1999
|
|
+++ Makefile Wed Feb 3 15:56:34 1999
|
|
@@ -4,7 +4,7 @@
|
|
gcc -o webcrawl $(OBJ)
|
|
|
|
.c.o:
|
|
- gcc -Wall -c $*.c
|
|
+ gcc ${CFLAGS} -Wall -c $*.c
|
|
|
|
webcrawl.o: webcrawl.c web.h
|
|
http.o: http.c web.h
|