diff --git a/Makefile b/Makefile index ae5f67a..8bbe251 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ include config.mk -CFLAGS +=-Wall -Werror -DNS_ENABLE_IPV6 +CFLAGS += -Wall -DNS_ENABLE_IPV6 LIBS = $(MORELIBS) -lm LIBS += -lcurl -lconfig