commit 4f1336558c8da85a0e5c6f9ef19ed3e9e36dc049
parent 81bc889abc5b80ccda257e3cb17e5a56ba34e2b7
Author: Joris Vink <joris@coders.se>
Date: Wed, 22 Oct 2014 17:13:04 +0200
Merge pull request #21 from thorduri/master
Honor CC from the environment.
Diffstat:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -1,6 +1,6 @@
# Kore Makefile
-CC=gcc
+CC?=gcc
KORE=kore
INSTALL_DIR=/usr/local/bin
INCLUDE_DIR=/usr/local/include/kore