Skip to content

Commit

Permalink
fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gogo2464 committed Jan 30, 2024
1 parent eedf043 commit 1bb388a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ cd ./modules/identity-management/ && make build &&
cd ../antiflood-tokens/ &&
rm Cargo.lock ;
make build &&
cd ../../apps/freenet-microblogging && make build
cd ../../apps/freenet-microblogging && make build &&
cd ../../apps/freenet-email-app && make build

0 comments on commit 1bb388a

Please sign in to comment.