]> git.armaanb.net Git - dwm.git/blobdiff - config.mk
applied Sanders LD and resize patches
[dwm.git] / config.mk
index 164fe73f33382735d1c98fca7baebd34a81f006f..21594813644baee48047f4a2919791c131463add 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 # dwm version
-VERSION = 0.7
+VERSION = 0.9
 
 # Customize below to fit your system
 
@@ -20,5 +20,6 @@ LDFLAGS = ${LIBS}
 #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
 #LDFLAGS = -g ${LIBS}
 
-# compiler
+# compiler and linker
 CC = cc
+LD = ${CC}