update code

This commit is contained in:
Nick Peng
2018-05-03 23:53:15 +08:00
parent c8855bafaf
commit 1100031b0f
8 changed files with 256 additions and 11 deletions

View File

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