mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-15 09:20:52 +08:00
6 lines
138 B
Makefile
6 lines
138 B
Makefile
base_path = ../../..
|
|
include ../../Makefile.in
|
|
PROG = aio_server
|
|
EXTLIBS += -ldl -lz
|
|
#EXTLIBS += -L/usr/local/lib -lssl -lcrypto -ldl -lz
|