From 05c7a0683dbd600de38942d50ed0f4d14becc2b0 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sat, 12 Sep 2015 15:44:05 +0200 Subject: [PATCH] Re-add missing ease-of-use make targets --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Makefile b/Makefile index e5d4dc01af..4f60d249fb 100644 --- a/Makefile +++ b/Makefile @@ -84,6 +84,17 @@ posix_sitl_simple: qurt_eagle_travis: $(call cmake-build,$@) +posix: posix_sitl_simple + +sitl_quad: + Tools/sitl_run.sh posix-configs/SITL/init/rcS + +sitl_plane: + Tools/sitl_run.sh posix-configs/SITL/init/rc.fixed_wing + +sitl_ros: + Tools/sitl_run.sh posix-configs/SITL/init/rc_iris_ros + # Other targets # -------------------------------------------------------------------- # explicity set default build target