X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/610a0a8d126b5caa7fec60632c999ca326ca2eff..bb3e33def3e5156594ac59b75dc52798accbebcd:/config.mk?ds=sidebyside diff --git a/config.mk b/config.mk index 6e1b95f..03f1670 100644 --- a/config.mk +++ b/config.mk @@ -1,7 +1,5 @@ # dmenu version -VERSION = 4.2 - -# Customize below to fit your system +VERSION = 4.3 # paths PREFIX = /usr/local @@ -16,11 +14,11 @@ XINERAMAFLAGS = -DXINERAMA # includes and libs INCS = -I${X11INC} -LIBS = -L${X11LIB} -ldc -lX11 ${XINERAMALIBS} +LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} # flags CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +CFLAGS = -ansi -pedantic -Wall -Os ${INCS} ${CPPFLAGS} LDFLAGS = -s ${LIBS} # compiler and linker