JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied Sanders LD and resize patches
[dwm.git] / config.mk
index d84b47e..2159481 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -20,5 +20,6 @@ LDFLAGS = ${LIBS}
 #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
 #LDFLAGS = -g ${LIBS}
 
-# compiler
+# compiler and linker
 CC = cc
+LD = ${CC}