woodpecker/vendor/github.com/charithe/durationcheck/Makefile

6 lines
171 B
Makefile
Raw Normal View History

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