This commit is contained in:
zhangsz
2025-03-07 16:56:19 +08:00
parent 3eae0a7615
commit 8109caf178
3 changed files with 12 additions and 4 deletions

View File

@@ -37,6 +37,8 @@ LIBS += -lssl -lcrypto -lzstd -lidn2 -lz
CFLAGS = -Wall -g -DX86_64 -DTEST_RESTPROXY $(LIBS)
CONFIGURE = ./configure
CC = gcc
$(TGT):$(OBJS) lib_all 3rdlib_all
@@ -57,6 +59,9 @@ lib_all:
$(MAKE) -C ./dba
3rdlib_all:
cd ./third-lib/libevent && $(CONFIGURE)
cd ./third-lib/libcurl && $(CONFIGURE)
cd ./third-lib/libmjson && $(CONFIGURE)
$(MAKE) -C ./third-lib/libevent
$(MAKE) -C ./third-lib/libcurl
$(MAKE) -C ./third-lib/libmjson