Skip to content

Commit 23961ee

Browse files
committed
update makefile-doc-comment
1 parent 4efcc2d commit 23961ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ errcheck: $(BIN)/errcheck $(BUILD)/fmt ## (re)run errcheck
304304
$(BIN)/errcheck ./...
305305

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

310310
.PHONY: tidy

0 commit comments

Comments
 (0)