1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Tweak to the makefile

This commit is contained in:
Chris Cummer 2018-04-23 17:51:31 -07:00
parent fff73c0baf
commit 1559b1ea87

View File

@ -1,2 +1,2 @@
install:
go install -ldflags="-X main.version=$(shell git describe --always --long --dirty)"
go install -ldflags="-X main.version=$(shell git describe --always --abbrev=6 --dirty=-dev)"