Httpudp support, fixed error reading httpdns "http_req".
This commit is contained in:
2
Makefile
2
Makefile
@@ -5,7 +5,7 @@ CFLAGS += -g -O2 -Wall -pthread
|
||||
LIBS =
|
||||
OBJ := CProxy
|
||||
|
||||
all: main.o http_proxy.o httpdns.o http_request.o conf.o timeout.o help.o
|
||||
all: main.o http_proxy.o http_request.o httpdns.o httpudp.o conf.o help.o
|
||||
$(CC) $(CFLAGS) -o $(OBJ) $^ $(LIBS)
|
||||
.c.o:
|
||||
$(CC) $(CFLAGS) -c $<
|
||||
|
||||
Reference in New Issue
Block a user