Add make support
hadley opened this issue · 6 comments
hadley commented
i.e. if there's a makefile
in the directory, run make
every x
seconds.
yihui commented
good idea
yihui commented
This has been added to jekyll()
, rmdv1()
, and rmdv2()
. If a Makefile exists, I will check make -q
every second (you can change the time interval), and run make
when make -q
exits with a non-zero status.
hadley commented
Awesome, thanks!
hadley commented
It might be nice to have servr::make()
too?
yihui commented
Yes, I think that is a good idea!
yihui commented
Done.