aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2016-05-24 05:15:54 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2016-05-24 05:15:54 +0800
commitd4f62f49f2112a633388b60f1a89dfbc09efefe2 (patch)
tree68c0f4a45e94ff996b217998a437f72d7c56423b /Makefile
parent7a997e7fa9a3a8aa4401667583b777523cb9baca (diff)
downloaddexon-mcl-d4f62f49f2112a633388b60f1a89dfbc09efefe2.tar.gz
dexon-mcl-d4f62f49f2112a633388b60f1a89dfbc09efefe2.tar.zst
dexon-mcl-d4f62f49f2112a633388b60f1a89dfbc09efefe2.zip
remove dependency of all.txt in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c23793a..12702bf 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=all.txt long.txt short.txt mul.txt
+ASM_SRC_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)