Skip to content

Commit

Permalink
Makefile: Set -ldflags for 'make install'
Browse files Browse the repository at this point in the history
Catching up with 91d0e45 (main: Add -version, 2018-10-11, dmacvicar#444).
  • Loading branch information
wking committed Oct 20, 2018
1 parent afb7388 commit 94cc7c5
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 94cc7c5

Please sign in to comment.