mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-03 20:38:11 +08:00
cf2528eb7c
完善了非阻塞IO的SSL功能;将 acl/samples/ 下的示例分别移到 lib_acl 及 lib_protocol 目录下
11 lines
236 B
Makefile
11 lines
236 B
Makefile
all:
|
|
# @(cd thread1; make)
|
|
# @(cd thread_pool1; make)
|
|
@(cd thread_pool2; make)
|
|
@(cd thread_pool3; make)
|
|
clean:
|
|
@(cd thread1; make clean)
|
|
@(cd thread_pool1; make clean)
|
|
@(cd thread_pool2; make clean)
|
|
@(cd thread_pool3; make clean)
|