X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.mk;h=682bb41d60ba8051d233abf9bf9b37717b838119;hp=6961464221205851212d7749d24a810009f8b178;hb=0937cc78bf5d8855dcd757b18e10c7dd49e7a1ab;hpb=9bd9ea423e5b4c4bfee65a8495c5d611b242f7b7 diff --git a/config.mk b/config.mk index 6961464..682bb41 100644 --- a/config.mk +++ b/config.mk @@ -1,8 +1,11 @@ # dwm version -VERSION = 2.6 +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,10 +19,14 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 # flags CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" -LDFLAGS = ${LIBS} -#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -#LDFLAGS = -g ${LIBS} +LDFLAGS = -s ${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}