diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 | 
1 files changed, 4 insertions, 0 deletions
| @@ -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 | 
