summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Makefile4
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3750a9f..e87396e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
bak
VimCom
+colorout
test.R
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

Contact - Imprint