fix(make): Make makefile more like the arch default.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This also fixes the AUR problem I had and forces an upgrade.
This commit is contained in:
parent
a64a260c55
commit
2836633c62
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ CGO_ENABLED ?= 0
|
|||
GO ?= go
|
||||
TEST ?= $(GO) test -race -cover
|
||||
COVER ?= $(GO) tool cover
|
||||
GOFLAGS ?= -ldflags="-s -w -X=main.version=$(HASH)" -trimpath
|
||||
GOFLAGS ?= -buildmode=pie -trimpath -ldflags="-s -w -X=main.version=$(HASH) -linkmode=external"
|
||||
DESTDIR :=
|
||||
|
||||
PREFIX ?= /usr/local
|
||||
|
|
Loading…
Reference in a new issue