Update Makefile

This commit is contained in:
Sam A. 2023-03-24 20:04:26 +01:00
parent 85edcf669c
commit b0d7ac34d7
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,10 @@
all:
default: all
deps:
sudo apt install automake build-essential clang cmake git libntl-dev \
libsodium-dev libssl-dev libtool m4 python3 texinfo yasm
make -C src/MP_SPDZ -j$$(nproc) boost
make -C src/MP_SPDZ -j$$(nproc) libote mpir
make -C src/MP_SPDZ -j$$(nproc)
%:
make -C src/MP_SPDZ -j$$(nproc) $@