mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-16 01:40:52 +08:00
6 lines
109 B
Makefile
6 lines
109 B
Makefile
|
include ../Makefile.in
|
||
|
ifeq ($(findstring Linux, $(UNIXNAME)), Linux)
|
||
|
SYSLIB += -luring
|
||
|
endif
|
||
|
PROG = client
|