From 12c7253b8372cc99b96e9644791a60f9a7ebd60a Mon Sep 17 00:00:00 2001 From: Andrea Maria Piana Date: Wed, 13 May 2020 15:09:27 +0200 Subject: [PATCH] Add protocol to generate make target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 193168e0d..271354144 100644 --- a/Makefile +++ b/Makefile @@ -171,7 +171,7 @@ setup-build: lint-install release-install gomobile-install ##@other Prepare proj setup: setup-build setup-dev tidy ##@other Prepare project for development and building generate: ##@other Regenerate assets and other auto-generated stuff - go generate ./static ./static/mailserver_db_migrations ./t ./multiaccounts/... ./appdatabase/... + go generate ./static ./static/mailserver_db_migrations ./t ./multiaccounts/... ./appdatabase/... ./protocol/... prepare-release: clean-release mkdir -p $(RELEASE_DIR)