diff options
| author | gottox@rootkit.lan <gottox@rootkit.lan> | 2007-12-10 18:21:14 +0100 |
|---|---|---|
| committer | gottox@rootkit.lan <gottox@rootkit.lan> | 2007-12-10 18:21:14 +0100 |
| commit | a22d09e23c2482053d457c85b07914c67aefeb27 (patch) | |
| tree | b399f20b6d4583e4f90b7e7f2e4979f383e01a8c /config.mk | |
| parent | dc845c215204d16b20b8faacc2f70cc6f37a45a5 (diff) | |
some reformating
fixing shortlink
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ LIBS = -L/usr/lib # flags CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" -LDFLAGS = -s ${LIBS} +LDFLAGS = ${LIBS} # compiler CC = cc |