Optimize daemon().

This commit is contained in:
2022-04-23 21:55:24 +08:00
parent f6800178f4
commit 0efa5309a6
10 changed files with 178 additions and 158 deletions

View File

@@ -5,7 +5,7 @@ CFLAGS += -g -O2 -Wall -pthread
LIBS =
OBJ := CProxy
all: main.o http_proxy.o http_request.o httpdns.o httpudp.o conf.o help.o
all: main.o http_proxy.o http_request.o httpdns.o httpudp.o conf.o
$(CC) $(CFLAGS) -o $(OBJ) $^ $(LIBS)
.c.o:
$(CC) $(CFLAGS) -c $<