Files
grafana/Makefile
T

18 lines
198 B
Makefile

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