Makefile 359 B

12345678910111213141516
  1. all: biblio
  2. echo "run"
  3. latexmk -latexoption="-file-line-error -shell-escape -interaction=errorstopmode -halt-on-error -synctex=1" -g -pdf main.tex
  4. clean:
  5. latexmk -C
  6. biblio:
  7. -CHECK_DEP=${CHECK_DEP} python3 bibtool.py --server https://bib.gruss.cc get --exclude_sub_dirs
  8. bib:
  9. python3 bibtool.py --server https://bib.gruss.cc get --exclude_sub_dirs