mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-02 14:46:31 +00:00
6 lines
171 B
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
|