mirror of
https://github.com/Luzifer/git-recurse-status.git
synced 2024-11-08 07:00:14 +00:00
Add install target
This commit is contained in:
parent
a73f1f4b24
commit
bdb78d8921
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -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:
|
ci:
|
||||||
./publish.sh
|
./publish.sh
|
||||||
|
|
Loading…
Reference in a new issue