mirror of
https://github.com/itzmeanjan/ml-kem.git
synced 2026-01-09 15:47:55 -05:00
address issue with initialization of the "git submodule"
Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
This commit is contained in:
3
Makefile
3
Makefile
@@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user