summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-05-15 14:21:33 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-05-15 14:49:52 +0200
commit0e4ebfa194efd6574c1ac6dc7e518b989fff5368 (patch)
tree2a2a96f2cfc0da04849a80a5b8fd03fbbe201123 /Makefile
parentDo not send keepalive if closed (diff)
downloadwireguard-go-0e4ebfa194efd6574c1ac6dc7e518b989fff5368.tar.xz
wireguard-go-0e4ebfa194efd6574c1ac6dc7e518b989fff5368.zip
Add vendoring for Homebrew
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