mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-21 11:54:15 +01:00
ef: fix broken all_ef goal in makefile
This commit is contained in:
parent
5c7295549e
commit
a0ad94ad8a
2
Makefile
2
Makefile
@ -674,7 +674,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