grafana/Makefile
2014-12-15 17:36:42 +01:00

12 lines
89 B
Makefile

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