X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.mk;h=af775ae35f7840fb5fc07d49e0537a48989a07b5;hb=4c368bcd24172166aab32948fc63feaa6a1bec93;hp=2f41d743a41d2cdac638b679373fa82dc0c7b340;hpb=632c7f34101920dbdf1b724a5462687696d509fe;p=dwm.git diff --git a/config.mk b/config.mk index 2f41d74..af775ae 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 0.8 +VERSION = 1.3 # 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,6 @@ LDFLAGS = ${LIBS} #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" #LDFLAGS = -g ${LIBS} -# compiler +# compiler and linker CC = cc +LD = ${CC}