1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

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

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