SNOUG/src/Makefile

32 lines
512 B
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
xelatex \
-halt-on-error \
-shell-escape \
-interaction=nonstopmode \
SNOUG.tex
clean:
rm -fr _minted-*
rm -f *.aux
rm -f *.glo
rm -f *.idx
rm -f *.lof
rm -f *.log
rm -f *.out
rm -f *.toc
rm -f *.xdv
rm -f *.pdf