X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/67649463c802d68fa2c5c9dbece8aba3a2ca9d9a..0e21ef5f3701cafb9936b5fcbfc204bc477cb215:/config.mk diff --git a/config.mk b/config.mk index cc19e19..6ffffdb 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}