mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/guile.vim/makefile

7 lines
109 B
Makefile
Raw Normal View History

2022-05-27 22:42:11 -04:00
VIM = nvim
.PHONY: check
check:
@VADER_OUTPUT_FILE=/dev/stdout $(VIM) --headless -c 'Vader! test/*.vader'