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