mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
8 lines
251 B
Makefile
8 lines
251 B
Makefile
DASHBOARDS = $(shell find ../dev-dashboards -type f -name '*.json')
|
|
TEMPLATES = $(shell find ./ -type f -name '*.tmpl')
|
|
|
|
dev-dashboards.libsonnet: $(DASHBOARDS) $(TEMPLATES) dev-dashboards.go
|
|
go generate ./
|
|
|
|
main.libsonnet: dev-dashboards.libsonnet
|