From 2c27bc6c6d040e55affc4f8670dda7472db3c2b7 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 13 May 2023 00:40:55 +0200 Subject: Remove obsolete vimcom target --- Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile b/Makefile index 10cdcf8..c967eae 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.1