aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-03-08 16:12:29 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-03-08 16:12:29 +0800
commit55759e8b81b0f3593063ac04144495d63e0a6a85 (patch)
treed2bf3ff1af46ef96177d3d7faabcdbb77afe30cf
parentd3219e1cb9c658b8d22f3033d1beb409da3624df (diff)
downloadtangerine-mcl-55759e8b81b0f3593063ac04144495d63e0a6a85.tar.gz
tangerine-mcl-55759e8b81b0f3593063ac04144495d63e0a6a85.tar.zst
tangerine-mcl-55759e8b81b0f3593063ac04144495d63e0a6a85.zip
_
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7a3e7f8..df2c269 100644
--- a/Makefile
+++ b/Makefile
@@ -141,7 +141,7 @@ $(OBJ_DIR)/%.o: %.c
$(EXE_DIR)/%.exe: $(OBJ_DIR)/%.o $(MCL_LIB)
$(PRE)$(CXX) $< -o $@ $(MCL_LIB) $(LDFLAGS)
-$(OBJ_DIR)/bn256_test.o: test/bn256_test.cpp
+$(OBJ_DIR)/bn256_test.o: bn256_test.cpp
$(EXE_DIR)/bn256_test.exe: $(OBJ_DIR)/bn256_test.o $(BN256_LIB)
$(PRE)$(CXX) $< -o $@ $(BN256_LIB) $(LDFLAGS)