mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Merge pull request #3544 from brucesdad13/target-alienwhoop
Add warning for SKIP_TARGETS
This commit is contained in:
commit
903c168be6
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -1342,6 +1342,7 @@ targets-group-rest: $(GROUP_OTHER_TARGETS)
|
|||
|
||||
|
||||
$(VALID_TARGETS):
|
||||
$(V0) @echo "The following targets, listed in 'SKIP_TARGETS', will not be built:\r\n\t$(SKIP_TARGETS)"
|
||||
$(V0) @echo "" && \
|
||||
echo "Building $@" && \
|
||||
time $(MAKE) binary hex TARGET=$@ && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue