mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-01 11:27:40 +08:00
dcdebd5f9c
add thread, thread_pool for lib_acl_cpp, and other bugfix
5 lines
88 B
Makefile
5 lines
88 B
Makefile
UTIL = $(wildcard ../*.cpp)
|
|
PROG = thread_client
|
|
include ../Makefile.in
|
|
CFLAGS += -I../
|