mirror of
https://github.com/int128/kubelogin.git
synced 2026-05-21 15:22:48 +00:00
10 lines
126 B
Makefile
10 lines
126 B
Makefile
.PHONY: all
|
|
all:
|
|
|
|
.PHONY: generate
|
|
generate:
|
|
$(MAKE) -C tools
|
|
./tools/bin/wire ./pkg/di
|
|
rm -fr mocks/
|
|
./tools/bin/mockery
|