diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-05-13 00:40:55 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-05-13 00:40:55 +0200 |
commit | 2c27bc6c6d040e55affc4f8670dda7472db3c2b7 (patch) | |
tree | 9b49a89f98aa5d5343f2359b2c2e6e06b689d0bb | |
parent | b25a88629498ecb4c9db553579542130dbdc0bcb (diff) |
Remove obsolete vimcom target
-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 |