aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 2fa60d4..5a8f21a 100644
--- a/Makefile
+++ b/Makefile
@@ -19,11 +19,7 @@ options:
@echo CC $<
@${CC} -c ${CFLAGS} $<
-${OBJ}: dmenu.h config.h config.mk
-
-config.h:
- @echo creating $@ from config.default.h
- @cp config.default.h $@
+${OBJ}: dmenu.h config.mk
dmenu: ${OBJ}
@echo LD $@