diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-03-31 10:09:48 +0100 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-03-31 10:09:48 +0100 |
commit | a520ba3c0baed704e0323494aa7f8a4a464912da (patch) | |
tree | 937d29a3165c2e555b6f3ee2b4a19e48b0fc34b6 /config.mk | |
parent | 0c71b16b9282562ee59f73f215c6ba827df25927 (diff) | |
download | dwm-a520ba3c0baed704e0323494aa7f8a4a464912da.tar.gz |
removed uneccessary line
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.mk b/config.mk index f365e8f..df190f1 100644 --- a/config.mk +++ b/config.mk @@ -23,7 +23,6 @@ LDFLAGS = -s ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" #LDFLAGS = ${LIBS} -#CFLAGS += -xtarget=ultra # compiler and linker CC = cc |