.PHONY : all

all : cmdScript  $(SHLIB)

cmdScript :
	$(R_HOME)/bin$(R_ARCH_BIN)/Rscript ../exec/install-script.R
