mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-04 12:59:39 +08:00
ef9e6de684
support udp; modify event interface
5 lines
85 B
Makefile
5 lines
85 B
Makefile
UTIL = $(wildcard ../*.cpp)
|
|
PROG = udp_client
|
|
include ../Makefile.in
|
|
CFLAGS += -I../
|