summaryrefslogtreecommitdiff
path: root/Makefile
blob: 640535ef5f4b60e8638ed0dbf120eed6c2083f3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.PHONY: install
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

Contact - Imprint