summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorgottox@rootkit.lan <gottox@rootkit.lan>2007-12-17 08:34:47 +0100
committergottox@rootkit.lan <gottox@rootkit.lan>2007-12-17 08:34:47 +0100
commitd86557e66a684ce2bd3b16dab9a5e16d47c9df89 (patch)
tree4b62423ca39d9b49f98a6690de7686e9102150f9 /config.mk
parentf8f4f86c211d639b04480bd2ee57d8d7df8cc6c5 (diff)
Nicer output in Makefile; dounderline ends with \n; adding -Werror; dohtml uses newblock; some cleanups
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index b37839b..577b368 100644
--- a/config.mk
+++ b/config.mk
@@ -10,7 +10,7 @@ INCS = -I. -I/usr/include
LIBS = -L/usr/lib
# flags
-CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" -Wall
+CFLAGS = -Os -Wall -Werror ${INCS} -DVERSION=\"${VERSION}\"
LDFLAGS = ${LIBS}
# compiler