From e2ba7a25ad1da58bcc3abf707f6f246043e9cfa7 Mon Sep 17 00:00:00 2001 From: Aaron Clawson Date: Mon, 8 Nov 2021 18:00:54 +0000 Subject: [PATCH] Add Porto to dependancy list. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 97955c0e5a2..f360b56daf3 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ examples: $(GO) build .); \ done -generate: $(STRINGER) +generate: $(STRINGER) $(PORTO) set -e; for dir in $(ALL_GO_MOD_DIRS); do \ echo "$(GO) generate $${dir}/..."; \ (cd "$${dir}" && \