X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/22cf9626c770cef164de5254169abb1031e8e000..4c8d43ab7382910f3577d6ed03ebaf3026db8419:/config.mk?ds=inline diff --git a/config.mk b/config.mk index ebaab81..f66389d 100644 --- a/config.mk +++ b/config.mk @@ -1,7 +1,5 @@ # dmenu version -VERSION = 4.2.1 - -# Customize below to fit your system +VERSION = hg # paths PREFIX = /usr/local @@ -20,7 +18,7 @@ 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