Makefile: make pip-install quiet

This commit is contained in:
Daniel Hahler
2018-08-01 13:47:17 +02:00
committed by Dave Halter
parent 88502891ba
commit 1126ffde9b

View File

@@ -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