]> Dogcows Code - chaz/vim-mermaid/blob - Makefile
69542cef00879966cc22ac501fb6554edbc2353f
[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.028131 seconds and 3 git commands to generate.