9 lines
175 B
Makefile
9 lines
175 B
Makefile
include ../.bingo/Variables.mk
|
||
|
||
.PHONY: all
|
||
all: dashboards
|
||
|
||
.PHONY: dashboards
|
||
dashboards: $(COG) ## Dashboards – Typescript
|
||
@$(COG) generate --config ./dashboard-ts.yaml
|