1
0
mirror of https://github.com/Luzifer/git-recurse-status.git synced 2024-09-19 00:12:58 +00:00
git-recurse-status/Makefile

8 lines
156 B
Makefile
Raw Permalink Normal View History

2016-10-28 20:01:23 +00:00
default: install
install:
go install -ldflags "-X main.version=$(shell git describe --tags || git rev-parse --short HEAD || echo dev)"
2016-10-27 23:55:32 +00:00
ci:
./publish.sh