mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 02:30:03 +08:00
6cf0c361b0
ref: 8c7e99e825
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
|