mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-12 18:45:28 +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
|