]> Dogcows Code - chaz/vim-mermaid/blob - Makefile
reset test config
[chaz/vim-mermaid] / Makefile
1
2 VIM ?= vim
3
4 all:
5
6 run: test
7
8 test: test.mmd
9 $(VIM) -u test.vimrc --cmd 'let &runtimepath=".,".&runtimepath' $^
10
11 .PHONY: all run test
This page took 0.029912 seconds and 4 git commands to generate.