Skip to content

Commit 600f888

Browse files
committed
Merge pull request #384 from vdice/unify-version
feat(Makefile): organize Makefiles to simplify/unify VERSION
2 parents f4f35d8 + ebcc09e commit 600f888

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ GO_PACKAGES_REPO_PATH = $(addprefix $(repo_path)/,$(GO_PACKAGES))
1515
GOFMT = gofmt -e -l -s
1616
GOTEST = go test --cover --race -v
1717

18-
VERSION := $(shell git describe --tags --abbrev=0 2>/dev/null)+$(shell git rev-parse --short HEAD)
18+
VERSION ?= $(shell git rev-parse --short HEAD)
1919

2020
define check-static-binary
2121
if file $(1) | egrep -q "(statically linked|Mach-O)"; then \

0 commit comments

Comments
 (0)