From 9169a585bf52ac287ec2783b6d6d2a0dc0a262c7 Mon Sep 17 00:00:00 2001 From: Lorenz Meier <lm@inf.ethz.ch> Date: Sun, 24 Jan 2016 15:21:17 +0100 Subject: [PATCH] Deprecate ROS target --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 25b5fa5dfc..ef7db710dd 100644 --- a/Makefile +++ b/Makefile @@ -154,7 +154,8 @@ posix_sitl_ekf2: $(call cmake-build,$@) ros_sitl_default: - $(call cmake-build,$@) + @echo "This target is deprecated. Use make 'posix_sitl_default gazebo' instead." +# $(call cmake-build,$@) qurt_eagle_travis: $(call cmake-build,$@) -- GitLab