X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/62a7d4074671ac8dd37d3c2640eae5e488741a16..26fc52fcf69e690f8ed4c3f0db297f2d8b5ea46c:/config.mk?ds=inline diff --git a/config.mk b/config.mk index bcd012f..6ffffdb 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dmenu version -VERSION = 0.2 +VERSION = 0.4 # 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}