Add SSL encoding
Add long option Add Android NDK compilation No longer use the iniparser to read configuration files
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,8 +1,8 @@
|
||||
CROSS_COMPILE ?=
|
||||
CC := $(CROSS_COMPILE)gcc
|
||||
STRIP := $(CROSS_COMPILE)strip
|
||||
CFLAGS += -g -O2 -Wall -I../iniparser/src -L../iniparser
|
||||
LIBS = -liniparser -pthread -static
|
||||
CFLAGS += -g -O2 -Wall
|
||||
LIBS = -pthread -static
|
||||
OBJ := CProxy
|
||||
|
||||
all: proxy.o http.o request.o picohttpparser.o conf.o timeout.o kill.o help.o
|
||||
|
||||
Reference in New Issue
Block a user