diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,5 +3,8 @@ install: ./install vimcom: - git clone --depth=1 https://github.com/jalvesaq/VimCom + if [ ! -e VimCom ]; then git clone https://github.com/jalvesaq/VimCom; fi + cd VimCom;\ + git checkout v1.2-8;\ + cd .. R CMD INSTALL VimCom |