diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2017-03-08 16:12:29 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2017-03-08 16:12:29 +0800 |
commit | 55759e8b81b0f3593063ac04144495d63e0a6a85 (patch) | |
tree | d2bf3ff1af46ef96177d3d7faabcdbb77afe30cf | |
parent | d3219e1cb9c658b8d22f3033d1beb409da3624df (diff) | |
download | tangerine-mcl-55759e8b81b0f3593063ac04144495d63e0a6a85.tar.gz tangerine-mcl-55759e8b81b0f3593063ac04144495d63e0a6a85.tar.zst tangerine-mcl-55759e8b81b0f3593063ac04144495d63e0a6a85.zip |
_
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |