JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added gmake compliance
[dwm.git] / Makefile
index 5454fbb..6eb05b6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,8 +23,8 @@ options:
 ${OBJ}: dwm.h config.h
 
 config.h: ${CONFIG}
-       @echo creating $@ from $>
-       @cp $> $@
+       @echo creating $@ from ${CONFIG}
+       @cp ${CONFIG} $@
 
 dwm: ${OBJ}
        @echo LD $@