blob: d07647c4c5c55bb730a9bd8fc29729bb6a44dad8 [file]
include ../make/bazel.mk
.PHONY: build test release_auth_push
build:
go install ./go/...
test:
go test ./go/...
release_auth_proxy:
$(BAZEL) run --config=mayberemote //kube/cmd/auth-proxy:push_auth-proxy-container
include kube.mk