X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.mk;h=1431e22251623615bc14ddd7a04e102d1c140f1b;hb=b6b2f584ecc0510acdf7e1df46ad397cff168335;hp=2f41d743a41d2cdac638b679373fa82dc0c7b340;hpb=632c7f34101920dbdf1b724a5462687696d509fe;p=dwm.git diff --git a/config.mk b/config.mk index 2f41d74..1431e22 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 0.8 +VERSION = 4.1 # Customize below to fit your system @@ -11,7 +11,7 @@ X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib # includes and libs -INCS = -I/usr/lib -I${X11INC} +INCS = -I. -I/usr/include -I${X11INC} LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 # flags @@ -20,5 +20,10 @@ LDFLAGS = ${LIBS} #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" #LDFLAGS = -g ${LIBS} -# compiler +# Solaris +#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" +#LDFLAGS = ${LIBS} +#CFLAGS += -xtarget=ultra + +# compiler and linker CC = cc