forked from VimPlug/jedi-vim
Makefile: make pip-install quiet
This commit is contained in:
committed by
Dave Halter
parent
88502891ba
commit
1126ffde9b
4
Makefile
4
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
|
||||
|
||||
Reference in New Issue
Block a user