Files
authentik-kubernetes-operator/Makefile
T

10 lines
79 B
Makefile

build:
go build
run:
make build
./main
codegen:
./hack/update-codegen.sh