Adding new stuff
This commit is contained in:
parent
9ef8a96f9a
commit
0b3d063cb3
1580 changed files with 0 additions and 0 deletions
16
vim-plugins/bundle/jedi-vim/Makefile
Normal file
16
vim-plugins/bundle/jedi-vim/Makefile
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
test:
|
||||
py.test
|
||||
|
||||
build:
|
||||
mkdir $@
|
||||
build/vint: | build
|
||||
virtualenv $@
|
||||
$@/bin/pip install vim-vint
|
||||
check: LINT_FILES:=after autoload ftplugin plugin
|
||||
check: build/vint
|
||||
build/vint/bin/vint $(LINT_FILES)
|
||||
|
||||
clean:
|
||||
rm -rf .cache build
|
||||
|
||||
.PHONY: test check clean
|
||||
Loading…
Add table
Add a link
Reference in a new issue