Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gogo2464 committed Jan 27, 2024
1 parent 9269e16 commit bed0157
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/freenet-email-app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ build-tool:

generate-id-manager-key:
FILE="$(IDENTITY_DELEGATE)/build/identity-manager-key.private.pem"
if [ ! -f $$FILE ] then cd $(IDENTITY_DELEGATE) && cargo run -- --path "$(IDENTITY_DELEGATE)/build/"
if [ ! -f $$FILE ]
then
cd $(IDENTITY_DELEGATE) && cargo run -- --path "$(IDENTITY_DELEGATE)/build/"
fi

build-inbox:
Expand Down

0 comments on commit bed0157

Please sign in to comment.