1
0
scáthán de https://github.com/quitesimpleorg/hs9001.git sioncronaithe 2025-01-22 10:01:26 +01:00
hs9001/Makefile

7 línte
190 B
Makefile
Amh Buan-nasc Amharc Gnáth Stair

2021-05-16 18:38:33 +02:00
GIT_COMMIT=$(shell git rev-list -1 HEAD)
GIT_TAG=$(shell git tag --sort="-version:refname" | head -n 1)
all:
go build -ldflags "-X main.GitCommit=${GIT_COMMIT} -X main.GitTag=${GIT_TAG}"