1
0
Fork 0
mirror of https://github.com/Luzifer/git-recurse-status.git synced 2024-12-22 12:01:19 +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