diff options
-rw-r--r-- | Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -2,13 +2,6 @@ install: ./install -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 - colorout: if [ ! -e colorout ]; then git clone --depth 1 https://github.com/jalvesaq/colorout; fi R CMD INSTALL colorout |