Recursively clone all submodules inside "RandomShake" module

Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
This commit is contained in:
Anjan Roy
2024-11-19 23:16:24 +04:00
parent 5cf204e2ed
commit 8b538a8b9c

View File

@@ -32,7 +32,7 @@ $(SUBTLE_INC_DIR):
git submodule update --init subtle
$(RANDOMSHAKE_INC_DIR): $(SUBTLE_INC_DIR)
git submodule update --init RandomShake
git submodule update --init --recursive RandomShake
$(SHA3_INC_DIR): $(RANDOMSHAKE_INC_DIR)
git submodule update --init sha3