X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.mk;h=320aea1ebd586ef1f8b5690c0d23b8dd3a8f1056;hb=86953bd68249662b5d7a9ae6741744ab8bf30aa1;hp=6d8f1e8a1aaf5d6c27d5ce35667ffad72fc4f670;hpb=f6e41b0bc3a00a2c48a996e2da4ad84be9a719f7;p=dwm.git diff --git a/config.mk b/config.mk index 6d8f1e8..320aea1 100644 --- a/config.mk +++ b/config.mk @@ -3,8 +3,8 @@ VERSION = 4.4 # Customize below to fit your system -# layouts -SRC = float.c tile.c +# additional layouts beside floating +SRC = tile.c # paths PREFIX = /usr/local @@ -20,8 +20,8 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 # flags CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" LDFLAGS = -s ${LIBS} -CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -LDFLAGS = -g ${LIBS} +#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" +#LDFLAGS = -g ${LIBS} # Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"