mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
10 lines
170 B
Makefile
10 lines
170 B
Makefile
|
|
V=`git describe --tags --always`
|
|
B="-X main.version=$(V)"
|
|
|
|
dist:
|
|
@gox \
|
|
--os "darwin linux windows" \
|
|
--output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}" \
|
|
--ldflags=$(B)
|