diff --git a/Makefile b/Makefile index 2606e9a6d..d81d7470c 100644 --- a/Makefile +++ b/Makefile @@ -960,6 +960,9 @@ help: @$(ECHO) @$(ECHO) " [GCS]" @$(ECHO) " gcs - Build the Ground Control System (GCS) application (debug|release)" + @$(ECHO) " Skip qmake: QMAKE_SKIP=1" + @$(ECHO) " Compile specific directory: MAKE_DIR=" + @$(ECHO) " Example: make gcs QMAKE_SKIP=1 MAKE_DIR=src/plugins/coreplugin" @$(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)