mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-12 19:10:32 +03:00
Add autocomplete for hydrating configuration (#13378)
This commit is contained in:
parent
92d5460b92
commit
c6250fee6e
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -501,6 +501,9 @@ $(CONFIGS_CLEAN):
|
|||
## clean_all : clean all targets
|
||||
clean_all: $(TARGETS_CLEAN) test_clean
|
||||
|
||||
## configs : Hydrate configuration
|
||||
configs: configs
|
||||
|
||||
TARGETS_FLASH = $(addsuffix _flash,$(BASE_TARGETS))
|
||||
|
||||
## <TARGET>_flash : build and flash a target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue