Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Issue #93: set installsuffix
Browse files Browse the repository at this point in the history
  • Loading branch information
bpicode committed Oct 29, 2017
1 parent 85966db commit 4e259a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FRITZCTL_OUTPUT ?= fritzctl
BASH_COMPLETION_OUTPUT ?= "os/completion/fritzctl"
MAN_PAGE_OUTPUT ?= "os/man/fritzctl.1"
DEPENDENCIES_GRAPH_OUTPUT ?= "dependencies.png"
BUILDFLAGS := -a -ldflags="-s -w -X github.com/bpicode/fritzctl/config.Version=$(FRITZCTL_VERSION) -extldflags static" -asmflags="-trimpath=$(GOPATH)" -gcflags="-trimpath=$(GOPATH)"
BUILDFLAGS := -a -ldflags="-s -w -X github.com/bpicode/fritzctl/config.Version=$(FRITZCTL_VERSION) -extldflags static" -asmflags="-trimpath=$(GOPATH)" -gcflags="-trimpath=$(GOPATH)" -installsuffix=frz
TESTFLAGS ?=
CGO_ENABLED ?= 0

Expand Down

0 comments on commit 4e259a9

Please sign in to comment.