mirror of
https://github.com/grafana/grafana.git
synced 2025-01-19 13:03:32 -06:00
12 lines
89 B
Makefile
12 lines
89 B
Makefile
|
|
|
|
all: build
|
|
|
|
build:
|
|
go build -o bin/grafana .
|
|
|
|
setup:
|
|
go get github.com/tools/godep
|
|
|
|
|