From e94774dd6929f2f22c620ebecb42775a193f2e0e Mon Sep 17 00:00:00 2001 From: "arg@suckless.org" Date: Fri, 19 Oct 2007 09:56:51 +0200 Subject: [PATCH] thx to Toni Lainson --- Makefile | 4 ++-- 1 file 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 $@ -- 1.7.10.4