diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-05-24 03:13:46 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-05-24 03:13:46 +0200 |
commit | 66f6ca3e4a435935c38b93c4441575e3b003137d (patch) | |
tree | 2881b02d5f4934b8ddca026d5c8d908d99eddce5 /Makefile | |
parent | e6657638fce0ddf6b2901721a73d6a0bcba1ba99 (diff) |
Remove old makefile artifact
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |