mirror of
https://github.com/grafana/grafana.git
synced 2026-08-18 17:15:08 -05:00
9 lines
57 B
Makefile
9 lines
57 B
Makefile
|
|
|
|
all: build
|
|
|
|
build:
|
|
go build ../pkg/cmd/grafana-pro/
|
|
|
|
|