Skip to content

Commit

Permalink
fix_: makefile generate_handlers path
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Sep 30, 2024
1 parent 144cf07 commit 3316633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,9 @@ setup-dev:
echo "Replaced by Nix shell. Use 'make shell' or just any target as-is."

generate-handlers:
go generate ./_assets/generate_handlers/
go generate ./cmd/generate_handlers/
generate: ##@other Regenerate assets and other auto-generated stuff
go generate ./static ./static/mailserver_db_migrations ./t ./multiaccounts/... ./appdatabase/... ./protocol/... ./walletdatabase/... ./_assets/generate_handlers
go generate ./static ./static/mailserver_db_migrations ./t ./multiaccounts/... ./appdatabase/... ./protocol/... ./walletdatabase/... ./cmd/generate_handlers

generate-appdatabase:
go generate ./appdatabase/...
Expand Down

0 comments on commit 3316633

Please sign in to comment.