dnscrypt-proxy/vendor/github.com/charithe/durationcheck/Makefile

6 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