Browse Source

Makefile: fix submodulesupdate

master
Daniel Agar 3 years ago
parent
commit
212898ff42
No known key found for this signature in database
GPG Key ID: FD3CBA98017A69DE
  1. 2
      Makefile

2
Makefile

@ -481,7 +481,7 @@ submodulesupdate: @@ -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/*

Loading…
Cancel
Save