mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 03:20:00 +03:00
Fix typo in Makefile for populating configuration targets (#14100)
This commit is contained in:
parent
ac82d8b998
commit
00bcbdd897
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -642,7 +642,7 @@ help: Makefile mk/tools.mk
|
||||||
@echo "Or:"
|
@echo "Or:"
|
||||||
@echo " make <config-target> [V=<verbosity>] [OPTIONS=\"<options>\"] [EXTRA_FLAGS=\"<extra_flags>\"]"
|
@echo " make <config-target> [V=<verbosity>] [OPTIONS=\"<options>\"] [EXTRA_FLAGS=\"<extra_flags>\"]"
|
||||||
@echo ""
|
@echo ""
|
||||||
@echo "To pupulate configuration targets:"
|
@echo "To populate configuration targets:"
|
||||||
@echo " make configs"
|
@echo " make configs"
|
||||||
@echo ""
|
@echo ""
|
||||||
@echo "Valid TARGET values are: $(BASE_TARGETS)"
|
@echo "Valid TARGET values are: $(BASE_TARGETS)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue