mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-12 19:46:32 +00:00
6 lines
167 B
Makefile
6 lines
167 B
Makefile
|
build:
|
||
|
@GO111MODULE=on go build -ldflags '-s -w' -o contextcheck ./cmd/contextcheck/main.go
|
||
|
|
||
|
install:
|
||
|
@GO111MODULE=on go install -ldflags '-s -w' ./cmd/contextcheck
|