5 lines
70 B
Makefile
5 lines
70 B
Makefile
|
#!/usr/bin/env make
|
||
|
|
||
|
%.pdf: %.Rmd
|
||
|
@R --quiet --file=make.R --args $<
|