From 75814daed64705ca6d2ce794c676c16b55a37425 Mon Sep 17 00:00:00 2001 From: Bala Clark Date: Sat, 4 May 2013 09:42:53 +0200 Subject: [PATCH] supress output in makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0db3d53..848affb 100644 --- a/Makefile +++ b/Makefile @@ -19,9 +19,9 @@ build: @cp -r fonts/icomoon-toolbar/fonts comicbook @cp -r fonts/icomoon-toolbar/license.txt comicbook/fonts @echo "Updating examples" - cp -r comicbook examples + @cp -r comicbook examples @echo "Done" clean: - rm -r comicbook - rm -r examples/comicbook + @rm -r comicbook + @rm -r examples/comicbook