6 lines
91 B
Makefile
6 lines
91 B
Makefile
|
|
||
|
BEAT?=
|
||
|
|
||
|
export_dashboards:
|
||
|
go build -ldflags "-X main.beat=${BEAT}" -o export_dashboards
|