Add watch target to Makefile
Compare changes
- Natanael Log authored
Automatically rebuild whenever a .tex file is changed.
+ 3
− 0
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.
Automatically rebuild whenever a .tex file is changed.