mirror of
https://github.com/int128/kubelogin.git
synced 2026-05-21 23:32:48 +00:00
11 lines
173 B
Makefile
11 lines
173 B
Makefile
GOBIN := $(CURDIR)/bin
|
|
export GOBIN
|
|
|
|
all: bin/mockery bin/wire
|
|
|
|
bin/mockery:
|
|
go install github.com/vektra/mockery/v2
|
|
|
|
bin/wire:
|
|
go install github.com/google/wire/cmd/wire
|