aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 21b2103..7941326 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,6 @@ BINDIR ?= $(PREFIX)/bin
all: wireguard-go
wireguard-go: $(wildcard *.go) $(wildcard */*.go)
- go get -d -v
go build -v -o $@
install: wireguard-go