Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-11-14 02:19:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-11-14 02:19:53 +0300
commit4e4ef13734768d994d196b8527b3c565cbe9b904 (patch)
tree5125f30ca4f08a72e61ec9650fe42aa292a64044 /GNUmakefile
parentbf63e348a2c481fa523466a86dd52cedadc62bc8 (diff)
CMake: add 'full' to 'make help'
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 36077a58c6d..36c05965c55 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -152,6 +152,7 @@ help:
@echo ""
@echo "Convenience targets provided for building blender, (multiple at once can be used)"
@echo " * debug - build a debug binary"
+ @echo " * full - enable all supported dependencies & options"
@echo " * lite - disable non essential features for a smaller binary and faster build"
@echo " * headless - build without an interface (renderfarm or server automation)"
@echo " * cycles - build Cycles standalone only, without Blender"