BUILD: allow to pick up CC from env

This commit is contained in:
2014-05-31 01:35:17 +02:00
parent c7d06dc7bc
commit f7f8556910

View File

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