removed uneccessary line - dwm - dynamic window manager HTML git clone https://git.parazyd.org/dwm DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit a520ba3c0baed704e0323494aa7f8a4a464912da DIR parent 0c71b16b9282562ee59f73f215c6ba827df25927 HTML Author: Anselm R Garbe <garbeam@gmail.com> Date: Mon, 31 Mar 2008 10:09:48 +0100 removed uneccessary line Diffstat: M config.mk | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) --- DIR diff --git 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