diff options
author | Guillem Jover <guillem@hadrons.org> | 2010-01-30 22:39:18 +0100 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2010-01-30 22:39:18 +0100 |
commit | 32d79b0310b6602e4846a5972bebde6b169945f3 (patch) | |
tree | 8aa4ab21e57078f8b0ffaf6415239009b3bf0ae8 /Makefile | |
parent | cd730a02c36397e4b962271fa6d9119dc820dd4d (diff) | |
download | libbsd-32d79b0310b6602e4846a5972bebde6b169945f3.tar.gz |
build: By default set CC to gcc
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |