Add make target to compile .mpc files

This commit is contained in:
Sam A. 2023-03-29 17:03:00 +02:00
parent 2e1740185a
commit c5a2fb604c
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 3 additions and 0 deletions

View File

@ -12,5 +12,8 @@ deps: patch
$(MAKE) -C $(MP_SPDZ_PATH) boost
$(MAKE) -C $(MP_SPDZ_PATH) libote mpir
%.mpc:
cd $(MP_SPDZ_PATH) && ./compile.py ../$@
%:
$(MAKE) -C $(MP_SPDZ_PATH) $@