From 1126ffde9be9a06ce3201a90825e88f953151ea2 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 1 Aug 2018 13:47:17 +0200 Subject: [PATCH] Makefile: make pip-install quiet --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8c8fa4f..c4c64f8 100644 --- a/Makefile +++ b/Makefile @@ -14,10 +14,10 @@ build/venv: | build virtualenv -p python3.6 $@ build/venv/bin/vint: | build/venv - $|/bin/pip install vim-vint==0.3.19 + $|/bin/pip install -q vim-vint==0.3.19 build/venv/bin/flake8: | build/venv - $|/bin/pip install flake8==3.5.0 + $|/bin/pip install -q flake8==3.5.0 vint: build/venv/bin/vint build/venv/bin/vint after autoload ftplugin plugin