grafana/Makefile
Torkel Ödegaard c4a48b35c0 Updated libs
2014-12-30 11:27:36 +01:00

19 lines
219 B
Makefile

all: build
build:
go build -o bin/grafana .
go test ./pkg/...
lint:
@gofmt -w pkg && go tool vet pkg/**/*.go && echo "$(GOLINT)"
setup:
go get github.com/tools/godep
go install github.com/mattn/go-sqlite3