mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-14 17:00:52 +08:00
5 lines
147 B
Makefile
5 lines
147 B
Makefile
base_path = ../../..
|
|
include ../../Makefile.in
|
|
PROG = ssl_server
|
|
EXTLIBS += -L/usr/local/lib64 -lssl -lcrypto -ldl -lz -Wl,-rpath,/usr/local/lib64
|