Skip to content

Commit

Permalink
Add Porto to dependancy list. (#2369)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadVikingGod committed Nov 9, 2021
1 parent 6d2aeb0 commit 05c4f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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}" && \
Expand Down

0 comments on commit 05c4f10

Please sign in to comment.