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>2012-09-16 05:35:00 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-09-16 05:35:00 +0400
commitc2a1dcf6218cbd56126a5deb1aeaf212d67e54cb (patch)
treef669a08de71815eaaefa27668e5d11c8fa787106 /GNUmakefile
parentd724d0adfe10db8042f0d4d2a971e73b0bcec902 (diff)
fix for error in recent commit (made function static that shouldn't have been), add extra gcc warnings to cmake.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 1f1de3f6b99..7b333a5fc77 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -173,6 +173,7 @@ help:
@echo " * check_cppcheck - run blender source through cppcheck (C & C++)"
@echo " * check_splint - run blenders source through splint (C only)"
@echo " * check_sparse - run blenders source through sparse (C only)"
+ @echo " * check_smatch - run blenders source through smatch (C only)"
@echo " * check_spelling_c - check for spelling errors (C/C++ only)"
@echo " * check_spelling_py - check for spelling errors (Python only)"
@echo ""