about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7c65e6f..44bfa4f 100644
--- 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 $@