1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 17:55:41 +08:00

13 lines
203 B
Makefile
Raw Permalink 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