thingmenu

A simple graphical menu launcher for X11.
git clone git://r-36.net/thingmenu
Log | Files | Refs | LICENSE

commit 0173fad0c600def6194c0b45a10844ad01f48e4c
parent e9c6212512c0054e862f15cc3af6abd9f63fa10f
Author: Christoph Lohmann <20h@r-36.net>
Date:   Thu, 30 Jun 2011 20:07:37 +0200

Helping the user a bit with config.h.

Diffstat:
Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -25,7 +25,7 @@ config.h: config.mk ${OBJ}: config.mk -${NAME}: ${OBJ} +${NAME}: config.h ${OBJ} @echo CC -o $@ @${CC} -o $@ ${OBJ} ${LDFLAGS}