]> git.armaanb.net Git - dmenu.git/blobdiff - config.mk
next is 2.6, but not yet ;)
[dmenu.git] / config.mk
index 00fe5a9ff10a632f25f5c4562b30f268f8a68449..b2612848706c7f44c0a6e7ac5c26773621db6cdb 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 # dmenu version
-VERSION = 1.8
+VERSION = 2.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}