From 071ec7d7cdcd4e09629416c326a209fc64cefb7b Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Tue, 5 Feb 2019 11:52:40 -0500 Subject: [PATCH] Makefile: quick_check avoid building px4_sitl twice --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a1b1448f0b..f4cedfe023 100644 --- a/Makefile +++ b/Makefile @@ -264,7 +264,7 @@ sizes: check: check_px4_sitl_default px4fmu_firmware misc_qgc_extra_firmware alt_firmware tests check_format # quick_check builds a single nuttx and posix target, runs testing, and checks the style -quick_check: check_px4_sitl_default check_px4_fmu-v5_default tests check_format +quick_check: check_px4_sitl_test check_px4_fmu-v5_default tests check_format check_%: @echo