From d86557e66a684ce2bd3b16dab9a5e16d47c9df89 Mon Sep 17 00:00:00 2001 From: "gottox@rootkit.lan" Date: Mon, 17 Dec 2007 08:34:47 +0100 Subject: Nicer output in Makefile; dounderline ends with \n; adding -Werror; dohtml uses newblock; some cleanups --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') 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 -- cgit v1.2.3