Skip to content
Snippets Groups Projects
Commit de5bf60b authored by Daniel Agar's avatar Daniel Agar
Browse files

make submodulesclean sync recursively

parent f06e6f0c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment