]> git.armaanb.net Git - dwm.git/blobdiff - config.mk
added ban() which takes care than a banned window is not banned again... (this reduce...
[dwm.git] / config.mk
index a2ca7713f8b36798b0dbe0ad10134bb1ed438bde..d3a6ffd9792b7f0827aafc7173b9d93c6635a1dc 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 # dwm version
-VERSION = 2.5
+VERSION = 3.6
 
 # Customize below to fit your system
 
@@ -20,6 +20,10 @@ LDFLAGS = ${LIBS}
 #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
 #LDFLAGS = -g ${LIBS}
 
+# Solaris
+#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
+#LDFLAGS = ${LIBS}
+#CFLAGS += -xtarget=ultra
+
 # compiler and linker
 CC = cc
-LD = ${CC}