1
0
Fork 0
mirror of https://github.com/samsapti/bachelor-project.git synced 2024-11-26 06:47:54 +00:00
bachelor-project/Makefile

11 lines
275 B
Makefile
Raw Normal View History

2023-03-24 19:04:26 +00:00
default: all
deps:
sudo apt install automake build-essential clang cmake git libntl-dev \
libsodium-dev libssl-dev libtool m4 python3 texinfo yasm
2023-03-24 18:52:02 +00:00
make -C src/MP_SPDZ -j$$(nproc) boost
make -C src/MP_SPDZ -j$$(nproc) libote mpir
%:
make -C src/MP_SPDZ -j$$(nproc) $@