diff --git a/Makefile b/Makefile index a1cf7ff..5b3b1d9 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,6 @@ uninstall: $(MAKE) -C NetworkManager uninstall "DESTDIR=$(DESTDIR)" "PREFIX=$(PREFIX)" deps: - [ -e ./doh-client/doh-client -a -e ./doh-server/doh-server ] || \ $(GOGET) ./doh-client ./doh-server doh-client/doh-client: deps doh-client/client.go doh-client/config.go doh-client/google.go doh-client/ietf.go doh-client/main.go json-dns/error.go json-dns/globalip.go json-dns/marshal.go json-dns/response.go json-dns/unmarshal.go