summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.mk b/config.mk
index 3d66992..3a90cd4 100644
--- a/config.mk
+++ b/config.mk
@@ -6,7 +6,7 @@ PREFIX ?= /usr/local
MANPREFIX ?= ${PREFIX}/share/man
# compiler flags
-CC ?= c99
+CC ?= gcc
CPPFLAGS += -DVERSION=\"${VERSION}\"
-CFLAGS += -std=c99 -g -pedantic -Wall -Wextra ${CPPFLAGS}
-LDFLAGS += -lalpm
+CFLAGS += -std=c99 -g -pedantic -Wall -Wextra -Werror ${CPPFLAGS}
+LDFLAGS += -lalpm