mirror of
https://github.com/Luzifer/vault-patch.git
synced 2024-11-09 01:40:09 +00:00
9 lines
247 B
Makefile
9 lines
247 B
Makefile
|
default: install
|
||
|
|
||
|
publish:
|
||
|
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
|
||
|
bash golang.sh
|
||
|
|
||
|
install:
|
||
|
go install -ldflags='-X main.version=$(shell git describe --tags || git rev-parse --short HEAD)'
|