]> git.donarmstrong.com Git - lib.git/commitdiff
add R rules
authorDon Armstrong <don@donarmstrong.com>
Mon, 3 Aug 2015 18:46:53 +0000 (11:46 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 3 Aug 2015 18:46:53 +0000 (11:46 -0700)
mk/r_rules.mk [new file with mode: 0644]

diff --git a/mk/r_rules.mk b/mk/r_rules.mk
new file mode 100644 (file)
index 0000000..afcd816
--- /dev/null
@@ -0,0 +1,6 @@
+R=R
+ROPTS=-q --no-save --no-restore-data
+
+# something: something.R
+#      $(R) $(ROPTS) -f $< --args $(wordlist 2,$(words $^),$^) $@
+