BUILD: allow to pick up CC from env

This commit is contained in:
hasufell 2014-05-31 01:35:17 +02:00
parent c7d06dc7bc
commit f7f8556910
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020

View File

@ -1,5 +1,5 @@
# compiler, tools
CC = $(shell type -P clang || echo gcc)
CC ?= $(shell type -P clang || echo gcc)
PKG_CONFIG ?= pkg-config
# flags