summaryrefslogtreecommitdiff
path: root/Makefile
blob: c967eaea83c45e20d1e06a6a21ee17f67958db79 (plain) (blame)
1
2
3
4
5
6
7
.PHONY: install
install:
	./install

colorout:
	if [ ! -e colorout ]; then git clone --depth 1 https://github.com/jalvesaq/colorout; fi
	R CMD INSTALL colorout

Contact - Imprint