Add watch target to Makefile
- Jan 24, 2018
-
-
Natanael Log authored
Automatically rebuild whenever a .tex file is changed.
-
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.