1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00

Fixed typo in 'Makefile'.

This commit is contained in:
mikeller 2018-05-27 10:53:50 +12:00
parent 60de878452
commit 7a2192d13e

View file

@ -328,7 +328,7 @@ $(OBJECT_DIR)/$(TARGET)/%.o: %.S
## all : Build all targets (excluding unsupported)
all: $(SUPPORTED_TARGETS)
## all_with_unsupported : Build all targets (excluding unsupported)
## all_with_unsupported : Build all targets (including unsupported)
all_with_unsupported: $(VALID_TARGETS)
## unsupported : Build unsupported targets