summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e50eff8..640535e 100644
--- a/Makefile
+++ b/Makefile
@@ -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

Contact - Imprint