Skip to content

Commit

Permalink
Add make oc target
Browse files Browse the repository at this point in the history
  • Loading branch information
soltysh committed Apr 15, 2020
1 parent 4e8a3bc commit 71717ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ image-ocp-deployer: image-ocp-cli
$(call build-image,ocp-recycler,$(IMAGE_REGISTRY)/ocp/4.2:recycler,./images/recycler/Dockerfile.rhel,.)
image-ocp-recycler: image-ocp-cli

oc: GO_BUILD_PACKAGES :=./cmd/oc
oc: build
.PHONY: oc

update: update-generated-completions
.PHONY: update

Expand Down

0 comments on commit 71717ca

Please sign in to comment.