From 32d79b0310b6602e4846a5972bebde6b169945f3 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sat, 30 Jan 2010 22:39:18 +0100 Subject: [PATCH] build: By default set CC to gcc --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index d63ac12..05f344d 100644 --- a/Makefile +++ b/Makefile @@ -100,6 +100,8 @@ LIB_MANS := $(patsubst %,src/%,$(LIB_MANS)) LIB_STATIC_OBJS := $(LIB_SRCS:%.c=%.o) LIB_SHARED_OBJS := $(LIB_SRCS:%.c=%.lo) +CC = gcc + # Set default value for compilation CFLAGS ?= -g -Wall -Wextra -Wno-unused-variable -- 2.47.3