diff options
| author | gottox@rootkit.lan <gottox@rootkit.lan> | 2007-12-17 08:34:47 +0100 |
|---|---|---|
| committer | gottox@rootkit.lan <gottox@rootkit.lan> | 2007-12-17 08:34:47 +0100 |
| commit | d86557e66a684ce2bd3b16dab9a5e16d47c9df89 (patch) | |
| tree | 4b62423ca39d9b49f98a6690de7686e9102150f9 /config.mk | |
| parent | f8f4f86c211d639b04480bd2ee57d8d7df8cc6c5 (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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |