Helping the user a bit with config.h. - tthingmenu - A simple graphical menu launcher for X11.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 0173fad0c600def6194c0b45a10844ad01f48e4c
(DIR) parent e9c6212512c0054e862f15cc3af6abd9f63fa10f
(HTM) 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(-)
---
(DIR) 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}