1
0
miroir de https://github.com/quitesimpleorg/hs9001.git synchronisé 2024-11-06 08:44:37 +01:00
hs9001/Makefile

7 lignes
190 B
Makefile
Brut Vue normale Historique

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}"