aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-10-22 18:11:01 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-10-22 18:11:01 +0800
commit00380d7d70f092b10351eb14c54daa2e475d17d7 (patch)
tree9e7f48c6d2f37973349d62c8d5ad2a1ce9d58403 /Makefile
parenta879755b4645100ded1dc8c8fa9c8bdbc0a76408 (diff)
downloaddexon-mcl-00380d7d70f092b10351eb14c54daa2e475d17d7.tar.gz
dexon-mcl-00380d7d70f092b10351eb14c54daa2e475d17d7.tar.zst
dexon-mcl-00380d7d70f092b10351eb14c54daa2e475d17d7.zip
correct dependency of she_c256.obj
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 427b979..2ec5f49 100644
--- a/Makefile
+++ b/Makefile
@@ -106,6 +106,7 @@ $(MCL_SLIB): $(LIB_OBJ)
$(BN256_LIB): $(BN256_OBJ)
$(AR) $@ $(BN256_OBJ)
+$(SHE256_OBJ) : src/she_c256.cpp src/she_c_impl.hpp include/mcl/she.h
$(SHE256_LIB): $(SHE256_OBJ)
$(AR) $@ $(SHE256_OBJ)