summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorgottox@rootkit.lan <gottox@rootkit.lan>2007-12-27 19:22:34 +0100
committergottox@rootkit.lan <gottox@rootkit.lan>2007-12-27 19:22:34 +0100
commitcb129c84baf96c17f24440a6a23255d8aadfd0c5 (patch)
tree1a4d8db3730ae46d5b6ffc1078a38956926ed28c /config.mk
parentd86557e66a684ce2bd3b16dab9a5e16d47c9df89 (diff)
correcting some minor issues
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 577b368..f321725 100644
--- a/config.mk
+++ b/config.mk
@@ -10,7 +10,7 @@ INCS = -I. -I/usr/include
LIBS = -L/usr/lib
# flags
-CFLAGS = -Os -Wall -Werror ${INCS} -DVERSION=\"${VERSION}\"
+CFLAGS = -Os -Wall -Werror -ansi ${INCS} -DVERSION=\"${VERSION}\"
LDFLAGS = ${LIBS}
# compiler