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