Skip to content

Add watch target to Makefile

Ola Leifler requested to merge master into master

Automatically rebuild whenever a .tex file is changed. Use with make watch. Useful when you write in a native environment (i.e. not ShareLatex or similar) and use make a lot in the terminal. make knows what files have been edited since the last time it run, therefore make watch will not do anything between edits.

Merge request reports