mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Makefile: Extend make clean with submodule sync which will save some developers
This commit is contained in:
1
Makefile
1
Makefile
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user