1
0
mirror of https://github.com/Luzifer/vault-patch.git synced 2024-09-16 17:08:29 +00:00
vault-patch/Makefile
Knut Ahlers 28371ec8a9
Replace CI env
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-04-10 20:25:42 +02:00

8 lines
153 B
Makefile

default: install
publish:
bash ci/build.sh
install:
go install -ldflags='-X main.version=$(shell git describe --tags || git rev-parse --short HEAD)'