Merge branch 'development' of https://github.com/borisbstyle/betaflight into serial_rx_telemetry_on_same_port_for_development

This commit is contained in:
Michael Keller 2016-06-14 07:22:24 +12:00
commit 2f0f5e42cd
1 changed files with 2 additions and 2 deletions

View File

@ -1094,8 +1094,8 @@ all: binary
all_targets:
for build_target in $(VALID_TARGETS); do \
echo "Building $$build_target" && \
make clean && \
make -j TARGET=$$build_target || \
$(MAKE) clean && \
$(MAKE) -j TARGET=$$build_target || \
break; \
echo "Building $$build_target succeeded."; \
done