summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 451672b..b6c2a97 100644
--- a/Makefile
+++ b/Makefile
@@ -79,10 +79,10 @@ lz4programs:
@cd $(PRGDIR); $(MAKE) -e
clean:
- @rm -f $(DISTRIBNAME) *.sha1
- @cd $(PRGDIR); $(MAKE) clean
- @cd $(LZ4DIR); $(MAKE) clean
- @cd examples; $(MAKE) clean
+ @rm -f $(DISTRIBNAME) *.sha1 > /dev/null
+ @cd $(PRGDIR); $(MAKE) clean > /dev/null
+ @cd $(LZ4DIR); $(MAKE) clean > /dev/null
+ @cd examples; $(MAKE) clean > /dev/null
@echo Cleaning completed