yihui/servr

Add make support

hadley opened this issue · 6 comments

i.e. if there's a makefile in the directory, run make every x seconds.

good idea 👍

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.

Awesome, thanks!

It might be nice to have servr::make() too?

Yes, I think that is a good idea!

Done.