mirror of
https://github.com/Luzifer/vault-patch.git
synced 2024-11-08 17:30:05 +00:00
7 lines
153 B
Makefile
7 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)'
|