PKG_NAME=Combinations

install check build:
	R CMD $@ ../$(PKG_NAME)

binary:
	Rcmd build --binary ../$(PKG_NAME)
