Skip to content

Commit

Permalink
Add a comment about the fancines in the Makefile for Lec 10 example code
Browse files Browse the repository at this point in the history
  • Loading branch information
kbroman committed Apr 3, 2014
1 parent 2808e23 commit bd84bb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 10_BigJobs/Code/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ html: chunk_ref.html chunk_dep.html

%.html: %.Rmd
R -e 'library(knitr);knit2html("$^")'

# A bit of fanciness there.
#
# % stands for anything, so we can have a general rule.
#
# $^ stands for the first dependency (%.Rmd in this case).

0 comments on commit bd84bb7

Please sign in to comment.