]> git.armaanb.net Git - dwm.git/blobdiff - config.mk
added screen.c, removed layout.c and tag.c
[dwm.git] / config.mk
index 5c783ef2768bd693c9cc93649950d8f2752e78b0..320aea1ebd586ef1f8b5690c0d23b8dd3a8f1056 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,8 +1,11 @@
 # dwm version
-VERSION = 3.3
+VERSION = 4.4
 
 # Customize below to fit your system
 
+# additional layouts beside floating
+SRC = tile.c
+
 # paths
 PREFIX = /usr/local
 MANPREFIX = ${PREFIX}/share/man
@@ -16,7 +19,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
 
 # flags
 CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
-LDFLAGS = ${LIBS}
+LDFLAGS = -s ${LIBS}
 #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
 #LDFLAGS = -g ${LIBS}
 
@@ -27,4 +30,3 @@ LDFLAGS = ${LIBS}
 
 # compiler and linker
 CC = cc
-LD = ${CC}