Skip to content

Commit

Permalink
fixed target generate
Browse files Browse the repository at this point in the history
  • Loading branch information
unmarshall committed Nov 11, 2024
1 parent 742ccfd commit d5e8f5d
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 @@ -44,7 +44,7 @@ generate-api-docs: $(CRD_REF_DOCS)
# Generate code
.PHONY: generate
generate: manifests generate-api-docs $(CONTROLLER_GEN) $(GOIMPORTS) $(MOCKGEN)
@go generate "$(REPO_ROOT)/..."
@go generate "$(REPO_ROOT)/internal/..."
@"$(HACK_DIR)/update-codegen.sh"

# Rules for verification, formatting, linting and cleaning
Expand Down

0 comments on commit d5e8f5d

Please sign in to comment.