summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorgottox@rootkit.lan <gottox@rootkit.lan>2007-12-10 18:21:14 +0100
committergottox@rootkit.lan <gottox@rootkit.lan>2007-12-10 18:21:14 +0100
commita22d09e23c2482053d457c85b07914c67aefeb27 (patch)
treeb399f20b6d4583e4f90b7e7f2e4979f383e01a8c /config.mk
parentdc845c215204d16b20b8faacc2f70cc6f37a45a5 (diff)
some reformating
fixing shortlink
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 fcdf47e..3d506cf 100644
--- a/config.mk
+++ b/config.mk
@@ -11,7 +11,7 @@ LIBS = -L/usr/lib
# flags
CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
-LDFLAGS = -s ${LIBS}
+LDFLAGS = ${LIBS}
# compiler
CC = cc