X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.mk;h=21594813644baee48047f4a2919791c131463add;hb=95766d6241a401b3665ac1ad528b90c55e7b6810;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}