mirror of
https://github.com/itzmeanjan/ml-kem.git
synced 2026-01-08 23:27:54 -05:00
ensure that submodule fetch commands are run while respecting dependency chain
Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
This commit is contained in:
6
Makefile
6
Makefile
@@ -60,13 +60,13 @@ $(BUILD_DIR):
|
||||
$(SHA3_INC_DIR):
|
||||
git submodule update --init
|
||||
|
||||
$(DUDECT_INC_DIR):
|
||||
$(DUDECT_INC_DIR): $(SHA3_INC_DIR)
|
||||
git submodule update --init
|
||||
|
||||
$(SUBTLE_INC_DIR):
|
||||
$(SUBTLE_INC_DIR): $(DUDECT_INC_DIR)
|
||||
git submodule update --init
|
||||
|
||||
$(GTEST_PARALLEL):
|
||||
$(GTEST_PARALLEL): $(SUBTLE_INC_DIR)
|
||||
git submodule update --init
|
||||
|
||||
$(BUILD_DIR)/%.o: $(TEST_DIR)/%.cpp $(BUILD_DIR) $(SHA3_INC_DIR) $(SUBTLE_INC_DIR)
|
||||
|
||||
Reference in New Issue
Block a user