mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-04 04:49:08 +08:00
4 lines
105 B
Makefile
4 lines
105 B
Makefile
include ../Makefile_cpp.in
|
|
PROG = dns_server
|
|
CFLAGS += -std=c++11 -I../../c/src/dns -I../../c/src/common
|