kustomize := "bazel run --config=quiet //hack/tools:kustomize --" kubectl := "bazel run --config=quiet //hack/tools:kubectl --" install: {{kustomize}} build local | {{kubectl}} apply -f - build: {{kustomize}} build local > audio.yaml