aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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 \