mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 02:06:27 +08:00
Makefile: Add Gazebo clean step
This commit is contained in:
@@ -321,7 +321,10 @@ submodulesclean:
|
|||||||
@git submodule deinit -f .
|
@git submodule deinit -f .
|
||||||
@git submodule update --init --recursive --force
|
@git submodule update --init --recursive --force
|
||||||
|
|
||||||
distclean: submodulesclean
|
gazeboclean:
|
||||||
|
@rm -rf ~/.gazebo/*
|
||||||
|
|
||||||
|
distclean: submodulesclean gazeboclean
|
||||||
@git clean -ff -x -d -e ".project" -e ".cproject" -e ".idea"
|
@git clean -ff -x -d -e ".project" -e ".cproject" -e ".idea"
|
||||||
|
|
||||||
# --------------------------------------------------------------------
|
# --------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user