Skip to content

Commit

Permalink
Update Makefile to remove obsolete phony target
Browse files Browse the repository at this point in the history
Co-authored-by: Dudás Ádám <sir.dudas.adam@gmail.com>
  • Loading branch information
pepov and siliconbrain committed Jan 25, 2021
1 parent 8b87814 commit 49b2db8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ generate: bin/controller-gen
$(CONTROLLER_GEN) object:headerFile=./hack/boilerplate.go.txt paths=./pkg/typeoverride/...
$(CONTROLLER_GEN) object:headerFile=./hack/boilerplate.go.txt paths=./pkg/helm/...

.PHONY: bin/controller-gen
bin/controller-gen:
@ if ! test -x bin/controller-gen; then \
set -ex ;\
Expand Down

0 comments on commit 49b2db8

Please sign in to comment.