Merge pull request #21 from thorduri/master

Honor CC from the environment.
This commit is contained in:
Joris Vink 2014-10-22 17:13:04 +02:00
commit 4f1336558c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Kore Makefile
CC=gcc
CC?=gcc
KORE=kore
INSTALL_DIR=/usr/local/bin
INCLUDE_DIR=/usr/local/include/kore