From d515d2758fab55809ef9dcb9b1b8dfb18a5b1606 Mon Sep 17 00:00:00 2001 From: Connor Lane Smith Date: Fri, 7 Jan 2011 18:54:40 +0000 Subject: cache option in config.mk --- config.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index ebaab81..08ea1bf 100644 --- a/config.mk +++ b/config.mk @@ -1,7 +1,9 @@ # dmenu version VERSION = 4.2.1 -# Customize below to fit your system +# dmenu_path cache (absolute or relative to $HOME) +CACHE = .dmenu_cache + # paths PREFIX = /usr/local @@ -19,7 +21,7 @@ INCS = -I${X11INC} LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} # flags -CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} +CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" -DCACHE=\"${CACHE}\" ${XINERAMAFLAGS} CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} LDFLAGS = -s ${LIBS} -- cgit v1.2.3