mirror of
https://github.com/containers/podman.git
synced 2025-07-24 07:58:04 +08:00
Merge pull request #11769 from afbjorklund/make-dash
Fix contributor make targets on Ubuntu and Debian
This commit is contained in:
2
Makefile
2
Makefile
@ -811,7 +811,7 @@ install.tools: .install.goimports .install.gitvalidation .install.md2man .instal
|
||||
|
||||
.PHONY: .install.golangci-lint
|
||||
.install.golangci-lint: .gopathok
|
||||
VERSION=1.36.0 GOBIN=$(GOBIN) sh ./hack/install_golangci.sh
|
||||
VERSION=1.36.0 GOBIN=$(GOBIN) ./hack/install_golangci.sh
|
||||
|
||||
.PHONY: .install.bats
|
||||
.install.bats: .gopathok
|
||||
|
Reference in New Issue
Block a user