aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1e430f3..2fa60d4 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ options:
19 @echo CC $< 19 @echo CC $<
20 @${CC} -c ${CFLAGS} $< 20 @${CC} -c ${CFLAGS} $<
21 21
22${OBJ}: dmenu.h config.h 22${OBJ}: dmenu.h config.h config.mk
23 23
24config.h: 24config.h:
25 @echo creating $@ from config.default.h 25 @echo creating $@ from config.default.h