X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.mk;h=320aea1ebd586ef1f8b5690c0d23b8dd3a8f1056;hp=262fbdeb4b389bf83797f1f5d25ed86e94e917f6;hb=a923298d3577dca0e69fd70edbef56c7822258e3;hpb=846850914d860ba0cb1fd6b9c394e4bee6b31737 diff --git a/config.mk b/config.mk index 262fbde..320aea1 100644 --- a/config.mk +++ b/config.mk @@ -1,8 +1,11 @@ # dwm version -VERSION = 1.2 +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} +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}