1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

Makefile: remove unused target (gcs_all_clean)

This commit is contained in:
Oleg Semyonov 2013-05-28 20:58:07 +03:00
parent 6b2218d1df
commit cb494777cb

View File

@ -440,7 +440,7 @@ sim_osx_%: uavobjects_flight
all_ground: openpilotgcs
# Convenience target for the GCS
.PHONY: gcs gcs_clean gcs_all_clean
.PHONY: gcs gcs_clean
gcs: openpilotgcs
gcs_clean: openpilotgcs_clean
@ -946,7 +946,6 @@ help:
@$(ECHO) " gcs - Build the Ground Control System (GCS) application (debug|release)"
@$(ECHO) " gcs_clean - Remove the Ground Control System (GCS) application (debug|release)"
@$(ECHO) " Supported build configurations: GCS_BUILD_CONF=debug|release (default is $(GCS_BUILD_CONF))"
@$(ECHO) " gcs_all_clean - Remove the Ground Control System (GCS) application (all build confgurations)"
@$(ECHO)
@$(ECHO) " [AndroidGCS]"
@$(ECHO) " androidgcs - Build the Android Ground Control System (GCS) application"