mirror of
https://github.com/Luzifer/dns_check.git
synced 2024-11-08 14:10:06 +00:00
8 lines
172 B
Makefile
8 lines
172 B
Makefile
default:
|
|
|
|
compile:
|
|
go generate
|
|
go build -ldflags "-X main.version=$(shell git describe --tags || git rev-parse --short HEAD)" .
|
|
|
|
bindata:
|
|
go-bindata nameservers.yaml
|