about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2024-02-05 21:01:30 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2024-02-26 16:33:22 +0700
commitb6119083120c074b7e4b397a0ff5070e6292eeb6 (patch)
tree3036d619573f58b8952e1bf1a1e75aae8f9f66e3
parentf42c878bff5d72d75b5da3f13fb36cf056d1de8f (diff)
downloadblog-b6119083120c074b7e4b397a0ff5070e6292eeb6.tar.gz
Use silent output
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7099ce8..3e57b98 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ PACKAGE_CONLANGS := $(addprefix package-,${CONLANGS})
 all: install-net install-geek
 
 install-geek install-net: install-%: package-cv ${PACKAGE_CONLANGS}
-	rsync -avh --delete --inplace dot$*/ /var/lib/www/xrvs.$*/
+	rsync -ah --delete --inplace dot$*/ /var/lib/www/xrvs.$*/
 
 
 webring: