We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deec9bd commit 5d7d225Copy full SHA for 5d7d225
Makefile
@@ -0,0 +1,9 @@
1
+VIM_COMPILER:=vim -N --cmd 'set rtp+=.' -c q -u
2
+
3
+all: js/vimlparser.js py/vimlparser.py
4
5
+js/vimlparser.js: autoload/vimlparser.vim js/jscompiler.vim js/vimlfunc.js
6
+ $(VIM_COMPILER) js/jscompiler.vim
7
8
+py/vimlparser.py: autoload/vimlparser.vim py/pycompiler.vim py/vimlfunc.py
9
+ $(VIM_COMPILER) py/pycompiler.vim
0 commit comments