Skip to content

Commit 569eac1

Browse files
committed
make: add submodules initialization
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent a936d28 commit 569eac1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export CTEST_OUTPUT_ON_FAILURE=TRUE
6262
ifneq ($(MAKECMDGOALS),distclean)
6363
ifneq ($(MAKECMDGOALS),clean)
6464
all $(MAKECMDGOALS):
65+
@ git submodule update --init --recursive
6566
ifneq ($(BUILD_DIR),build)
6667
ln -sf $(BUILD_DIR) build
6768
endif

0 commit comments

Comments
 (0)