JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
thx to Toni Lainson
authorarg@suckless.org <unknown>
Fri, 19 Oct 2007 07:56:51 +0000 (09:56 +0200)
committerarg@suckless.org <unknown>
Fri, 19 Oct 2007 07:56:51 +0000 (09:56 +0200)
Makefile

index 7c65e6f..44bfa4f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,8 +21,8 @@ options:
 ${OBJ}: config.h config.mk
 
 config.h:
-       echo creating $@ from config.def.h
-       cp config.def.h $@
+       @echo creating $@ from config.def.h
+       @cp config.def.h $@
 
 dwm: ${OBJ}
        @echo CC -o $@