mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 04:50:04 +08:00
13 lines
203 B
Makefile
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
|