Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit b33af7a

Browse files
authored
Merge pull request #1032 from bubba/recursive-submodules-makefile
Recursively sync and update submodules in Makefile
2 parents fa6c130 + d7ecb22 commit b33af7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ hie-%: submodules cabal
3737

3838
## Updates local git submodules
3939
submodules:
40-
git submodule sync
41-
git submodule update --init
40+
git submodule sync --recursive
41+
git submodule update --init --recursive
4242
.PHONY: submodules
4343

4444
# ------------------------------------------------------

0 commit comments

Comments
 (0)