From 0e4ebfa194efd6574c1ac6dc7e518b989fff5368 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 15 May 2018 14:21:33 +0200 Subject: Add vendoring for Homebrew --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3