X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/6cc0b0dc086feaf944b166d0b459ac407192ea5e..4126b1e32379ee206c5c9bda2bf3699f171c9899:/config.mk diff --git a/config.mk b/config.mk index aedd13c..f66389d 100644 --- a/config.mk +++ b/config.mk @@ -1,9 +1,5 @@ # dmenu version -VERSION = 4.3 - -# dmenu_path cache (absolute or relative to $HOME) -CACHE = .dmenu_cache - +VERSION = hg # paths PREFIX = /usr/local @@ -21,8 +17,8 @@ INCS = -I${X11INC} LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} # flags -CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" -DCACHE=\"${CACHE}\" ${XINERAMAFLAGS} -CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} +CFLAGS = -ansi -pedantic -Wall -Os ${INCS} ${CPPFLAGS} LDFLAGS = -s ${LIBS} # compiler and linker