commit | 19ae16ac6e8c631157b4e05c3432febc0aeb14a5 | [log] [download] |
---|---|---|
author | Mark Pizzolato <mark@infocomm.com> | Sat Apr 21 08:37:46 2012 -0700 |
committer | Mark Pizzolato <mark@infocomm.com> | Sat Apr 21 08:37:46 2012 -0700 |
tree | e32f031465e2ad3863aeea606a1a1876ca6f6f7b | |
parent | 5f505ccadf2fbad236275ad03c8317ef2f8168b5 [diff] |
Parameterized the gcc invocations in the makefile to facilitate easy use of lint/cppcheck/other-code-analyzer (from Michael Bloom) For example: make GCC=cppcheck CC_OUTSPEC= LDFLAGS= CFLAGS_G="--enable=all --template=gcc" CC_STD=--std=c99