Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/linux-sunxi/sunxi-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Nortmann <bernhard.nortmann@web.de>2016-05-04 11:08:29 +0300
committerBernhard Nortmann <bernhard.nortmann@web.de>2016-05-04 11:29:51 +0300
commit438620e832fcfc506acefd623623277601e88357 (patch)
treed710d0303705f1be66e1691a975f1bd6d2c10083 /Makefile
parent5507c1f8befe2e7dd2b35b5bf140dbf56d196c1a (diff)
travis-ci: Extend build matrix, disable email notifications
We'll be testing both gcc and clang builds on Linux. As for now, Travis CI only supports clang for OSX - so exclude gcc currently. Signed-off-by: Bernhard Nortmann <bernhard.nortmann@web.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d16577b..0df62d6 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-CC = gcc
+CC ?= gcc
CFLAGS = -g -O0 -Wall -Wextra
CFLAGS += -std=c99 $(DEFINES)
CFLAGS += -Iinclude/