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

Fixed deprecation warning in Makefile

parent 218f11f5
No related branches found
No related tags found
No related merge requests found
......@@ -156,8 +156,8 @@ posix_sitl_default: posix_sitl_simple
ros: ros_sitl_simple
sitl_deprecation:
@echo "Deprecated. Use 'make posix_sitl_default run_sitl' instead."
@echo "Change init script with 'make posix_sitl_default config'"
@echo "Deprecated. Use 'make posix_sitl_default jmavsim' or"
@echo "'make posix_sitl_default gazebo' if Gazebo is preferred."
sitl_quad: sitl_deprecation
sitl_plane: sitl_deprecation
......
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