make submodulesclean sync recursively

This commit is contained in:
Daniel Agar 2016-06-03 16:48:30 -04:00
parent f06e6f0ce1
commit de5bf60b07
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ clean:
@(cd NuttX/nuttx && make clean)
submodulesclean:
@git submodule sync
@git submodule sync --recursive
@git submodule deinit -f .
@git submodule update --init --recursive --force