mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-21 11:54:15 +01:00
makefile: fix broken all_ef target due to typo
This commit is contained in:
parent
dca2d0ee66
commit
bc09c440d6
2
Makefile
2
Makefile
@ -673,7 +673,7 @@ all_bu: $(addsuffix _opfw, $(BU_TARGETS))
|
|||||||
all_bu_clean: $(addsuffix _clean, $(BU_TARGETS))
|
all_bu_clean: $(addsuffix _clean, $(BU_TARGETS))
|
||||||
|
|
||||||
.PHONY: all_ef all_ef_clean
|
.PHONY: all_ef all_ef_clean
|
||||||
all_ef: $(EF_TARGETS))
|
all_ef: $(EF_TARGETS)
|
||||||
all_ef_clean: $(addsuffix _clean, $(EF_TARGETS))
|
all_ef_clean: $(addsuffix _clean, $(EF_TARGETS))
|
||||||
|
|
||||||
.PHONY: all_flight all_flight_clean
|
.PHONY: all_flight all_flight_clean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user