mirror of
https://github.com/samsapti/bachelor-project.git
synced 2024-11-25 14:27:54 +00:00
8 lines
162 B
Makefile
8 lines
162 B
Makefile
all:
|
|
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) $@
|