mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-09 00:55:32 +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
|