X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=44bfa4f786f6099f3a40338a024faf85374e6202;hp=7c65e6fe17a55ec873c791047697ae71050a2733;hb=e94774dd6929f2f22c620ebecb42775a193f2e0e;hpb=af0034f3a58dc093e28adfaa79908616388d0217 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 $@