We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee76be commit 5645e64Copy full SHA for 5645e64
Makefile
@@ -1,7 +1,6 @@
1
VERSION=$(shell git describe --abbrev=0 --tags)
2
-BUILD=$(shell git rev-parse HEAD)
3
DIRBASE=./build
4
-DIR=${DIRBASE}/${VERSION}/${BUILD}/bin
+DIR=${DIRBASE}/${VERSION}/bin
5
6
LDFLAGS=-ldflags "-s -w ${XBUILD} -buildid= -X github.com/jpillora/chisel/share.BuildVersion=${VERSION}"
7
0 commit comments