Skip to content

Commit

Permalink
Merge pull request #374 from soltysh/make_oc
Browse files Browse the repository at this point in the history
Add make oc target
  • Loading branch information
openshift-merge-robot committed Apr 17, 2020
2 parents 645f2f4 + 71717ca commit cd553d0
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 cd553d0

Please sign in to comment.