diff --git a/Makefile b/Makefile index 1a1308c9..2dfc07a6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ -minimal: +minimal:core_tools + +core_tools: rosmake --rosdep-install --bootstrap @echo "You have built the minimal set of ROS tools." @echo "If you want to make all ROS tools type 'rosmake ros'."