]> git.donarmstrong.com Git - lib.git/blob - r_rules.mk
afcd8163f97083f84082ce4e8f4b8a1aee1f344b
[lib.git] / r_rules.mk
1 R=R
2 ROPTS=-q --no-save --no-restore-data
3
4 # something: something.R
5 #       $(R) $(ROPTS) -f $< --args $(wordlist 2,$(words $^),$^) $@
6