dnscrypt-proxy/vendor/github.com/charithe/durationcheck/Makefile
2021-07-03 10:56:53 +02:00

5 lines
171 B
Makefile

build:
@GO111MODULE=on go build -ldflags '-s -w' -o durationcheck ./cmd/durationcheck/main.go
install:
@GO111MODULE=on go install -ldflags '-s -w' ./cmd/durationcheck