1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 04:50:04 +08:00
SpaceVim/bundle/echodoc.vim/Makefile

13 lines
203 B
Makefile
Raw Normal View History

test: vim-themis
vim-themis/bin/themis --reporter spec test
vim-themis:
git clone https://github.com/thinca/vim-themis vim-themis
lint:
vint --version
vint plugin
vint autoload
.PHONY: test lint