X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.mk;h=f66389d65feee75f9eaefd2e764832cac25f1770;hb=50207344084b385839cef251f77f5129dc85874e;hp=aedd13cab4c3cb2227d8779fea80e3433a480d7b;hpb=6cc0b0dc086feaf944b166d0b459ac407192ea5e;p=dmenu.git 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