Skip to content

Commit

Permalink
Makefile: quick_check avoid building px4_sitl twice
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Feb 5, 2019
1 parent 205b0d9 commit 071ec7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 071ec7d

Please sign in to comment.