summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Müller2019-07-22 16:28:51 +0200
committerWolfgang Müller2019-07-22 16:28:51 +0200
commit2036984ac0c74f98a17019c67e4c3053a1a5849a (patch)
tree06c9d0d5a110b67aa07226899ef8bbb86f4233ee /Makefile
parenta7147c4d94f03447a0475d54a8bdf8e634df9f67 (diff)
downloadsite-2036984ac0c74f98a17019c67e4c3053a1a5849a.tar.gz
Makefile: Make the rsync invocation silent
There's no useful information here, and the line is overly long anyway.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9a6af6c..7df1698 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,6 @@ clean:
rm -f posts/*.html index.html atom.xml style.css man.css
deploy:
- rsync -avhR $(POSTS_HTML) posts/img fonts index.html style.css man.css logo.svg atom.xml coleridge:www/oriole.systems/
+ @rsync -avhR $(POSTS_HTML) posts/img fonts index.html style.css man.css logo.svg atom.xml coleridge:www/oriole.systems/
.PHONY: clean deploy site