X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.mk;h=21594813644baee48047f4a2919791c131463add;hb=d26ffc7fa30402fa9f35107224966bdc883e40ce;hp=d84b47ead70f8e0687bf437ac5a2d736bd0323bc;hpb=84818bdbb5ab300a88b01172350d17511b4696e7;p=dwm.git diff --git a/config.mk b/config.mk index d84b47e..2159481 100644 --- a/config.mk +++ b/config.mk @@ -20,5 +20,6 @@ LDFLAGS = ${LIBS} #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" #LDFLAGS = -g ${LIBS} -# compiler +# compiler and linker CC = cc +LD = ${CC}