diff options
author | Karel Kočí <cynerd@email.cz> | 2016-11-17 17:57:20 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-11-17 17:57:20 +0100 |
commit | 33fcbdeef12b2831cff2dc6eee7c5b48e34d0851 (patch) | |
tree | 36fde3beca7695ab55e46910443ec25e64d55ea9 /configure | |
parent | ad2a23815a49245117cadbfcb6a59dfd6fc95483 (diff) | |
download | geml-master.tar.gz geml-master.tar.bz2 geml-master.zip |
For now only cppcheck is implemented.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,8 @@ LFLAGS:::T:F INSTALL:install::T:F GZIP:gzip::T:F DOT:dot::T:F +CPPCHECK:cppcheck::T:F +VALGRIND:valgrind::T:F MKDOCS:mkdocs::T:F" ############################################################################ # TODO add options to fine tune installation directories @@ -45,6 +47,8 @@ print_help() { echo " INSTALL Copy files and set attributes." echo " GZIP Compress file." echo " DOT Directed graphs drawing program." + echo " CPPCHECK Tool for static code analysis." + echo " VALGRIND Suite for debugging and profiling programs." echo " MKDOCS Project documentation generator." echo echo "GEML version $GEML_VERSION" |