diff options
| author | gottox@rootkit.lan <gottox@rootkit.lan> | 2007-12-27 19:22:34 +0100 |
|---|---|---|
| committer | gottox@rootkit.lan <gottox@rootkit.lan> | 2007-12-27 19:22:34 +0100 |
| commit | cb129c84baf96c17f24440a6a23255d8aadfd0c5 (patch) | |
| tree | 1a4d8db3730ae46d5b6ffc1078a38956926ed28c /config.mk | |
| parent | d86557e66a684ce2bd3b16dab9a5e16d47c9df89 (diff) | |
correcting some minor issues
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 -Wall -Werror ${INCS} -DVERSION=\"${VERSION}\" +CFLAGS = -Os -Wall -Werror -ansi ${INCS} -DVERSION=\"${VERSION}\" LDFLAGS = ${LIBS} # compiler |