From 446f8e3a366461e0b34dba99edb916fd0e9b6dfd Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Fri, 9 Sep 2016 18:50:51 -0400 Subject: [PATCH] make quick_check even quicker --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 564d92aa3b..5f83e0d22f 100644 --- a/Makefile +++ b/Makefile @@ -279,7 +279,7 @@ checks_last: \ check_format \ check: checks_defaults checks_tests checks_alts checks_uavcan checks_bootloaders checks_last -quick_check: check_px4fmu-v2_default check_px4fmu-v4_default check_posix_sitl_default check_tests check_format +quick_check: check_posix_sitl_default check_px4fmu-v4_default check_tests check_format check_format: $(call colorecho,"Checking formatting with astyle")