1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

ef: fix broken all_ef goal in makefile

This commit is contained in:
Theodore A. Roth 2012-06-20 22:22:42 -04:00 committed by Stacey Sheldon
parent 5c7295549e
commit a0ad94ad8a

View File

@ -674,7 +674,7 @@ all_bu: $(addsuffix _opfw, $(BU_TARGETS))
all_bu_clean: $(addsuffix _clean, $(BU_TARGETS))
.PHONY: all_ef all_ef_clean
all_ef: $(EF_TARGETS))
all_ef: $(EF_TARGETS)
all_ef_clean: $(addsuffix _clean, $(EF_TARGETS))
.PHONY: all_flight all_flight_clean