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:
parent
2e1740185a
commit
c5a2fb604c
3
Makefile
3
Makefile
|
@ -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) $@
|
||||||
|
|
Loading…
Reference in a new issue