Files
etcd/third_party/github.com/BurntSushi/toml/Makefile
2013-10-21 21:37:25 -06:00

15 lines
189 B
Makefile

install:
go install
fmt:
gofmt -w *.go */*.go
colcheck *.go */*.go
tags:
find ./ -name '*.go' -print0 | xargs -0 gotags > TAGS
push:
git push origin master
git push github master