diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-18 00:30:30 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-18 00:30:30 +0200 |
commit | e9eba8f3b18d39496a2cb647e40f129626d344c3 (patch) | |
tree | d947620d00f052b04dc1d938b1cd62dcfc4e1f36 /Makefile | |
parent | make gcc specific flags only present when gcc is selected (diff) | |
download | libgamma-e9eba8f3b18d39496a2cb647e40f129626d344c3.tar.gz libgamma-e9eba8f3b18d39496a2cb647e40f129626d344c3.tar.bz2 libgamma-e9eba8f3b18d39496a2cb647e40f129626d344c3.tar.xz |
make gcc autoselected if CC env is not set
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ PKGNAME ?= libgamma GPP ?= gpp # C compiler, GNU C Compiler by default -CC = gcc +CC ?= gcc # Enabled warnings. |