1
0
mirror of https://github.com/Luzifer/git-recurse-status.git synced 2024-09-16 15:08:28 +00:00

Add install target

This commit is contained in:
Knut Ahlers 2016-10-28 22:01:23 +02:00
parent a73f1f4b24
commit bdb78d8921
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -1,4 +1,7 @@
default: ci
default: install
install:
go install -ldflags "-X main.version=$(shell git describe --tags || git rev-parse --short HEAD || echo dev)"
ci:
./publish.sh