1
0
Fork 0
mirror of https://github.com/samsapti/bachelor-project.git synced 2024-11-22 12:57:56 +00:00

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

View file

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