summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-07-21 22:56:18 -0500
committerJesse Luehrs <doy@tozt.net>2010-07-21 22:56:18 -0500
commit01838b83c04a9ff9cd571bcea39e2877ac477266 (patch)
tree5c65b948e898fd592727c8ed21cffa156e25b3bb /Makefile
parent05c234569b078efab43b426b23e53a912a9e35dd (diff)
downloadconf-01838b83c04a9ff9cd571bcea39e2877ac477266.tar.gz
conf-01838b83c04a9ff9cd571bcea39e2877ac477266.zip
suppress wget output during installation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8a6e073..bf3b5a4 100644
--- a/Makefile
+++ b/Makefile
@@ -70,6 +70,6 @@ $(INTO)/.% : %
@crontab crontab
pwsafe.dat :
- wget http://tozt.net/.pwsafe.dat -O pwsafe.dat
+ wget -q http://tozt.net/.pwsafe.dat -O pwsafe.dat
.PHONY: build install clean