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

Recursively sync and update submodules in Makefile #1032

Merged
merged 1 commit into from
Jan 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ hie-%: submodules cabal

## Updates local git submodules
submodules:
git submodule sync
git submodule update --init
git submodule sync --recursive
git submodule update --init --recursive
.PHONY: submodules

# ------------------------------------------------------
Expand Down