Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Luzzardi <[email protected]>
  • Loading branch information
aluzzardi committed Nov 30, 2018
1 parent c339ab5 commit 66e9fb9
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
@@ -1,5 +1,5 @@
VERSION=$(shell git rev-parse HEAD)
GO_LDFLAGS=-ldflags "-s -w -X `go list ./pkg/version`.Version=$(VERSION)"
GO_LDFLAGS=-ldflags "-s -w -X `go list ./version`.Version=$(VERSION)"

.PHONY: all
all: build
Expand Down

0 comments on commit 66e9fb9

Please sign in to comment.