Skip to content

Commit

Permalink
reentering removed command
Browse files Browse the repository at this point in the history
  • Loading branch information
ariadnarouco committed Aug 9, 2024
1 parent 1b24582 commit b2d0c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ install-toolchain: install-go-tools-local install-protoc-local

# generates all auto-generated code
.PHONY: codegen
codegen: go-mod-vendor gen-k8scodegen gen-openapi gen-mocks gen-crd manifests docs
codegen: go-mod-vendor gen-proto gen-k8scodegen gen-openapi gen-mocks gen-crd manifests docs

# generates all files related to proto files
.PHONY: gen-proto
Expand Down

0 comments on commit b2d0c07

Please sign in to comment.