From: Jason A. Donenfeld Date: Thu, 24 May 2018 01:13:46 +0000 (+0200) Subject: Remove old makefile artifact X-Git-Tag: 0.0.20180531~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66f6ca3e4a435935c38b93c4441575e3b003137d;p=thirdparty%2Fwireguard-go.git Remove old makefile artifact --- diff --git a/Makefile b/Makefile index 93874e9..7b6515d 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ vendor/.created: Gopkg.toml Gopkg.lock | .gopath/.created touch $@ wireguard-go: $(wildcard *.go) $(wildcard */*.go) .gopath/.created vendor/.created version.go - go build $(GO_BUILD_EXTRA_ARGS) -v $(GO_IMPORT_PATH) + go build -v $(GO_IMPORT_PATH) install: wireguard-go @install -v -d "$(DESTDIR)$(BINDIR)" && install -v -m 0755 wireguard-go "$(DESTDIR)$(BINDIR)/wireguard-go"