mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:00:04 +08:00
9 lines
167 B
Makefile
9 lines
167 B
Makefile
test: build/vader | build
|
|
vim -Nu test/vimrc -c 'Vader! test/**'
|
|
|
|
build/vader:
|
|
git clone --depth 1 https://github.com/junegunn/vader.vim.git $@
|
|
|
|
build:
|
|
mkdir -p $@
|