Skip to content

Commit 442b4ab

Browse files
committed
update makefile
Signed-off-by: Moritz Wiesinger <[email protected]>
1 parent a455e01 commit 442b4ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,11 +311,11 @@ generate: install-tools
311311
$(MAKE) gofmt
312312

313313
.PHONY: gengithub
314-
gengithub:
314+
gengithub: $(GITHUBGEN)
315315
$(GITHUBGEN) --skipgithub
316316

317317
.PHONY: gendistributions
318-
gendistributions:
318+
gendistributions: $(GITHUBGEN)
319319
$(GITHUBGEN) distributions
320320

321321
.PHONY: update-codeowners

0 commit comments

Comments
 (0)