Skip to content

Commit

Permalink
update makefile-doc-comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Groxx committed Nov 1, 2024
1 parent 4efcc2d commit 23961ee
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 @@ -304,7 +304,7 @@ errcheck: $(BIN)/errcheck $(BUILD)/fmt ## (re)run errcheck
$(BIN)/errcheck ./...

.PHONY: generate
generate: ## run go-generate (build, lint, fmt all do this for you if needed)
generate: ## run go-generate (build, lint, fmt, tests all do this for you if needed)
$(call remake,generate)

.PHONY: tidy
Expand Down

0 comments on commit 23961ee

Please sign in to comment.