removed config.h stuff, made dwm configurable due to command line options
[dmenu.git] / Makefile
index 2fa60d4..5a8f21a 100644 (file)
--- 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 $@