Adding new stuff
This commit is contained in:
parent
0074feeaf2
commit
57684cdc5c
1582 changed files with 205558 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