Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jaylevin authored Apr 2, 2024
1 parent 7bee260 commit 902a978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ cobertura:
# Update the submodules, such as the common build scripts.
submodules:
@git submodule sync
@git submodule update --remote --recursive
@git submodule update --init --recursive

# This is for running out-of-cluster locally, and is for convenience. Running
# this make target will print out the command which was used. For more control,
Expand Down Expand Up @@ -242,4 +242,4 @@ crossplane.help:

help-special: crossplane.help

.PHONY: crossplane.help help-special
.PHONY: crossplane.help help-special

0 comments on commit 902a978

Please sign in to comment.