mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 05:45:31 +03:00
Fixed typo in 'Makefile'.
This commit is contained in:
parent
60de878452
commit
7a2192d13e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -328,7 +328,7 @@ $(OBJECT_DIR)/$(TARGET)/%.o: %.S
|
||||||
## all : Build all targets (excluding unsupported)
|
## all : Build all targets (excluding unsupported)
|
||||||
all: $(SUPPORTED_TARGETS)
|
all: $(SUPPORTED_TARGETS)
|
||||||
|
|
||||||
## all_with_unsupported : Build all targets (excluding unsupported)
|
## all_with_unsupported : Build all targets (including unsupported)
|
||||||
all_with_unsupported: $(VALID_TARGETS)
|
all_with_unsupported: $(VALID_TARGETS)
|
||||||
|
|
||||||
## unsupported : Build unsupported targets
|
## unsupported : Build unsupported targets
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue