Makefile: allow CC to be defined outside the makefile
commitc128a66039127751d71cd08ab4a690c97280a35c
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 25 Aug 2014 08:42:07 +0000 (25 11:42 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 25 Aug 2014 08:42:07 +0000 (25 11:42 +0300)
tree13ba0128b9139862dcdf816497fe96da1b52fc05
parent6ae3aac4c6731d594ef1ef96df37ef101a1288d3
Makefile: allow CC to be defined outside the makefile

This way you can say:

CHECK="./smatch" CC=./cgcc make

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Makefile