Make it so you can override CC and CXX
--HG-- extra : convert_revision : 104febf47752f31b4e1b6c400fb040ed108bc331
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# $Id$
|
||||
|
||||
CC= gcc
|
||||
CXX= g++
|
||||
CC?= gcc
|
||||
CXX?= g++
|
||||
|
||||
CURDIR?= $(shell /bin/pwd)
|
||||
SRCDIR?= ..
|
||||
|
||||
Reference in New Issue
Block a user