mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-15 01:10:52 +08:00
7 lines
129 B
Makefile
7 lines
129 B
Makefile
|
PROG = https_client
|
||
|
util_path = ../..
|
||
|
base_path = ../../..
|
||
|
include ../../Makefile.in
|
||
|
CFLAGS += -I../..
|
||
|
EXTLIBS += -lpolarssl -lz
|