# Makefile all: xelatex \ -halt-on-error \ -shell-escape \ -interaction=nonstopmode \ -no-pdf \ SNOUG.tex xelatex \ -halt-on-error \ -shell-escape \ -interaction=nonstopmode \ -no-pdf \ SNOUG.tex biber SNOUG xelatex \ -halt-on-error \ -shell-escape \ -interaction=nonstopmode \ -no-pdf \ SNOUG.tex makeindex SNOUG biber SNOUG xelatex \ -halt-on-error \ -shell-escape \ -interaction=nonstopmode \ -no-pdf \ SNOUG.tex xelatex \ -halt-on-error \ -shell-escape \ -interaction=nonstopmode \ SNOUG.tex xelatex \ -halt-on-error \ -shell-escape \ -interaction=nonstopmode \ Cover.tex cover: xelatex \ -halt-on-error \ -shell-escape \ -interaction=nonstopmode \ Cover.tex clean: rm -fr _minted-* rm -f *.aux rm -f *.bib.bak rm -f *.bib.sav.tmp rm -f *.bbl rm -f *.bcf rm -f *.blg rm -f *.glg rm -f *.glo rm -f *.gls rm -f *.glstex rm -f *.idx rm -f *.ilg rm -f *.ind rm -f *.ist rm -f *.lof rm -f *.log rm -f *.lol rm -f *.lot rm -f *.out rm -f *.run.xml rm -f *.toc rm -f *.xdv rm -f *.pdf rm -f *.pyg