Skip to content
Snippets Groups Projects
Commit 6b5ba23d authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Makefile: Extend make clean with submodule sync which will save some developers

parent 0ec33412
No related branches found
No related tags found
No related merge requests found
......@@ -176,6 +176,7 @@ clean:
@rm -rf build_*/
@(cd NuttX && git clean -d -f -x)
@(cd src/modules/uavcan/libuavcan && git clean -d -f -x)
@(git submodule sync)
# targets handled by cmake
cmake_targets = test upload package package_source debug debug_tui debug_ddd debug_io debug_io_tui debug_io_ddd check_weak \
......
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