thx to Toni Lainson
authorarg@suckless.org
Fri, 19 Oct 2007 09:56:51 +0200
changeset 1038 cdd1db1c525b
parent 1037 6f07d607d607
child 1039 5fa681ba70ae
thx to Toni Lainson
Makefile
--- a/Makefile	Thu Oct 18 17:02:19 2007 +0200
+++ b/Makefile	Fri Oct 19 09:56:51 2007 +0200
@@ -21,8 +21,8 @@
 ${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 $@