mirror of
https://github.com/Luzifer/git-recurse-status.git
synced 2024-12-22 12:01:19 +00:00
7 lines
156 B
Makefile
7 lines
156 B
Makefile
default: install
|
|
|
|
install:
|
|
go install -ldflags "-X main.version=$(shell git describe --tags || git rev-parse --short HEAD || echo dev)"
|
|
|
|
ci:
|
|
./publish.sh
|