X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.mk;h=21594813644baee48047f4a2919791c131463add;hb=442334641e4124d8c32387287d431a83761ff916;hp=2f41d743a41d2cdac638b679373fa82dc0c7b340;hpb=632c7f34101920dbdf1b724a5462687696d509fe;p=dwm.git diff --git a/config.mk b/config.mk index 2f41d74..2159481 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 0.8 +VERSION = 0.9 # Customize below to fit your system @@ -20,5 +20,6 @@ LDFLAGS = ${LIBS} #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" #LDFLAGS = -g ${LIBS} -# compiler +# compiler and linker CC = cc +LD = ${CC}