Files
grafana/Makefile
T

12 lines
89 B
Makefile

all: build
build:
go build -o bin/grafana .
setup:
go get github.com/tools/godep