Skip to content

Commit 5645e64

Browse files
committed
Update Makefile
1 parent bee76be commit 5645e64

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
VERSION=$(shell git describe --abbrev=0 --tags)
2-
BUILD=$(shell git rev-parse HEAD)
32
DIRBASE=./build
4-
DIR=${DIRBASE}/${VERSION}/${BUILD}/bin
3+
DIR=${DIRBASE}/${VERSION}/bin
54

65
LDFLAGS=-ldflags "-s -w ${XBUILD} -buildid= -X github.com/jpillora/chisel/share.BuildVersion=${VERSION}"
76

0 commit comments

Comments
 (0)