X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.mk;h=21594813644baee48047f4a2919791c131463add;hb=df74b26e5dfa3ae0f3f66107a562be6ac46ee0c3;hp=164fe73f33382735d1c98fca7baebd34a81f006f;hpb=ecc95c903ba6c9a548588a79c1093e6372555f2c;p=dwm.git diff --git a/config.mk b/config.mk index 164fe73..2159481 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 0.7 +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}