Makefile: fix submodulesupdate

This commit is contained in:
Daniel Agar 2021-09-11 15:10:56 -04:00
parent 810d2e9497
commit 212898ff42
No known key found for this signature in database
GPG Key ID: FD3CBA98017A69DE
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ submodulesupdate:
@git submodule update --quiet --init --recursive --jobs 4 || true
@git submodule sync --recursive
@git submodule update --init --recursive --jobs 4
@git fetch --all --tags ---recurse-submodules=yes --jobs=4
@git fetch --all --tags --recurse-submodules=yes --jobs=4
gazeboclean:
@rm -rf ~/.gazebo/*