1
0
mirror of https://github.com/Luzifer/git-recurse-status.git synced 2024-09-16 15:08:28 +00:00
git-recurse-status/Makefile
2016-10-28 22:01:23 +02:00

8 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