address issue with initialization of the "git submodule"

Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
This commit is contained in:
Anjan Roy
2023-12-05 22:40:19 +04:00
parent 4f76fa36fd
commit b27c9d52e4

View File

@@ -35,8 +35,7 @@ $(BUILD_DIR):
$(SHA3_INC_DIR):
git submodule update --init
$(SUBTLE_INC_DIR):
git submodule update --init
$(SUBTLE_INC_DIR): $(SHA3_INC_DIR)
$(BUILD_DIR)/%.o: $(TEST_DIR)/%.cpp $(BUILD_DIR) $(SHA3_INC_DIR) $(SUBTLE_INC_DIR)
$(CXX) $(CXX_FLAGS) $(WARN_FLAGS) $(OPT_FLAGS) $(I_FLAGS) $(DEP_IFLAGS) -c $< -o $@