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

Makefile: Add Gazebo clean step

parent 5f135acf
No related branches found
No related tags found
No related merge requests found
......@@ -321,7 +321,10 @@ submodulesclean:
@git submodule deinit -f .
@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"
# --------------------------------------------------------------------
......
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