Change how overlay is used and remove devshell from template

This commit is contained in:
Tim Schubert 2023-12-03 10:28:34 +01:00
parent 095a81b8c1
commit 62e5b34e5d
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0
6 changed files with 92 additions and 133 deletions

View file

@ -9,7 +9,4 @@ thesis.pdf: thesis.tex
latexmk -interaction=batchmode -pdf thesis.tex
watch:
while true; do \
inotifywait -qr -e modify -e create -e delete -e move *tex; \
$(MAKE); \
done
latexmk -pvc -pdf thesis.tex