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

13 lines
203 B
Makefile

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