From 938e15432a82c91c526168ea790fa3084b96702e Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Fri, 18 Sep 2020 11:15:42 +0900 Subject: [PATCH] fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 123249f..ce7fc34 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ TEST_SRC+=modp_test.cpp ifeq ($(MCL_STATIC_CODE),1) MCL_USE_XBYAK=0 MCL_MAX_BIT_SIZE=384 - CFLAGS+=-DMCL_STATI_CODE + CFLAGS+=-DMCL_STATIC_CODE LIB_OBJ=obj/static_code.o TEST_SRC=bls12_test.cpp endif