Files
grafana/Makefile
T

12 lines
89 B
Makefile
Raw Normal View History

2014-11-26 09:58:36 +01:00
all: build
build:
2014-12-15 17:36:42 +01:00
go build -o bin/grafana .
2014-11-26 09:58:36 +01:00
2014-11-28 11:51:34 +01:00
setup:
go get github.com/tools/godep
2014-11-26 09:58:36 +01:00