aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-06-18 00:16:30 +0200
committerMattias Andrée <maandree@operamail.com>2014-06-18 00:16:30 +0200
commit59902bb3ec30c6e256e31a9c295139b6acd75ddf (patch)
tree6fd1d85298a7e2d4567332942b8a26669e23fd67 /Makefile
parentuse less unicode (diff)
downloadlibgamma-59902bb3ec30c6e256e31a9c295139b6acd75ddf.tar.gz
libgamma-59902bb3ec30c6e256e31a9c295139b6acd75ddf.tar.bz2
libgamma-59902bb3ec30c6e256e31a9c295139b6acd75ddf.tar.xz
gcc is required
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d635b18..f65940d 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,8 @@ PKGNAME ?= libgamma
# General-preprocess command. (https://github.com/maandree/gpp)
GPP ?= gpp
+CC = gcc
+
# Enabled warnings.
WARN = -Wall -Wextra -pedantic -Wdouble-promotion -Wformat=2 -Winit-self \