Add protocol to generate make target

This commit is contained in:
Andrea Maria Piana 2020-05-13 15:09:27 +02:00
parent ee0a83fdc4
commit 12c7253b83
1 changed files with 1 additions and 1 deletions

View File

@ -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)