update code

This commit is contained in:
Nick Peng
2018-05-05 15:28:26 +08:00
parent dbf4cc7565
commit 210fabe4b3
4 changed files with 241 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
BIN=smartdns
OBJS=smartdns.o fast_ping.o lib/bitops.o dns_client.o
OBJS=smartdns.o fast_ping.o lib/bitops.o dns_client.o dns_server.o
CFLAGS=-g -O0 -Wall
CFLAGS +=-Iinclude
CXXFLAGS=-g -O0 -Wall -std=c++11