Files
kubelogin/Makefile
2024-08-18 11:10:49 +09:00

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