grafana/Makefile
2014-12-16 16:45:07 +01:00

19 lines
217 B
Makefile

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