forked from Archive/PX4-Autopilot
Makefile: Add Gazebo clean step
This commit is contained in:
parent
5f135acf33
commit
306d4b8817
5
Makefile
5
Makefile
|
@ -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"
|
||||||
|
|
||||||
# --------------------------------------------------------------------
|
# --------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue