diff --git a/Makefile b/Makefile index 55242cc..a2fff19 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: all clean install uninstall deps GOBUILD=go build -GOGET=go get -d -u -v +GOGET=go get -d -v PREFIX=/usr/local ifeq ($(shell uname),Darwin) CONFDIR=/usr/local/etc/dns-over-https