]> git.ipfire.org Git - thirdparty/wireguard-go.git/commitdiff
Remove old makefile artifact
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 24 May 2018 01:13:46 +0000 (03:13 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 24 May 2018 01:13:46 +0000 (03:13 +0200)
Makefile

index 93874e9fe9d0ad7411fc793bcbd6dc6546ec0ea0..7b6515d11723eecba7aca9c324f1a80c54796ecc 100644 (file)
--- 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"