Skip to content

Commit

Permalink
Merge pull request #457 from wking/ldflags-for-make-install
Browse files Browse the repository at this point in the history
Makefile: Set -ldflags for 'make install'
  • Loading branch information
MalloZup authored Oct 23, 2018
2 parents afb7388 + 94cc7c5 commit 1854aa9
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 @@ build: gofmtcheck golint vet
go build -ldflags "${LDFLAGS}"

install:
go install
go install -ldflags "${LDFLAGS}"

test:
go test -v -covermode=count -coverprofile=profile.cov ./libvirt
Expand Down

0 comments on commit 1854aa9

Please sign in to comment.