aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2016-05-23 10:12:28 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2016-05-23 10:12:28 +0800
commitf1d72777323f4a1bcac3bf3da77bcf4872dfa72a (patch)
tree55271c301f42c065bd9a406c8a5e8dfa90ec7056 /Makefile
parent89730c32d725c371af24958658d9c61867066b5c (diff)
downloaddexon-mcl-f1d72777323f4a1bcac3bf3da77bcf4872dfa72a.tar.gz
dexon-mcl-f1d72777323f4a1bcac3bf3da77bcf4872dfa72a.tar.zst
dexon-mcl-f1d72777323f4a1bcac3bf3da77bcf4872dfa72a.zip
remove once.txt
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a33195..c23793a 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ SAMPLE_SRC=bench.cpp ecdh.cpp random.cpp rawbench.cpp vote.cpp
MCL_LIB=lib/libmcl.a
all: $(MCL_LIB)
-ASM_SRC_TXT=once.txt all.txt long.txt short.txt mul.txt
+ASM_SRC_TXT=all.txt long.txt short.txt mul.txt
LIB_OBJ=$(OBJ_DIR)/$(CPU).o $(OBJ_DIR)/fp.o
LLVM_VER=-3.6
LLVM_LLC=llc$(LLVM_VER)