From 704103938171a1e7e3190cf38172193f8749afff Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Mon, 11 Sep 2017 10:14:24 +0900 Subject: rename bls.js to bls_c.js --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d9b9c35..d256e7b 100644 --- a/Makefile +++ b/Makefile @@ -95,7 +95,7 @@ $(EXPORTED_JS): ./include/bls/bls.h ../mcl/include/mcl/bn.h EXPORTED_BLS=$(shell cat $(EXPORTED_TXT)) -docs/demo/bls.js: src/bls_c.cpp ../mcl/src/fp.cpp $(EXPORTED_TXT) $(EXPORTED_JS) +docs/demo/bls_c.js: src/bls_c.cpp ../mcl/src/fp.cpp $(EXPORTED_TXT) $(EXPORTED_JS) emcc -o $@ src/bls_c.cpp ../mcl/src/fp.cpp -I./ -I./include -I../cybozulib/include -I../mcl/include -s WASM=1 -s "MODULARIZE=1" -s "EXPORTED_FUNCTIONS=[$(EXPORTED_BLS)]" -O3 -DNDEBUG -DMCLBN_FP_UNIT_SIZE=6 -DMCL_MAX_BIT_SIZE=384 -DDISABLE_EXCEPTION_CATCHING=2 clean: -- cgit v1.2.3