From 6901f0ee4743fde23e20d56729e9561aeaa1ace5 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 2 Nov 2016 22:05:05 +0100 Subject: Easy installation of colorout --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 640535e..10cdcf8 100644 --- a/Makefile +++ b/Makefile @@ -8,3 +8,7 @@ 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