about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorarg@suckless.org <unknown>2007-10-19 09:56:51 +0200
committerarg@suckless.org <unknown>2007-10-19 09:56:51 +0200
commite94774dd6929f2f22c620ebecb42775a193f2e0e (patch)
tree7708634dbe3e7be94cd335392fc12a1263e7546b
parentaf0034f3a58dc093e28adfaa79908616388d0217 (diff)
downloaddwm-e94774dd6929f2f22c620ebecb42775a193f2e0e.tar.gz
thx to Toni Lainson
-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 $@
26'>126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159