25 lines
520 B
Makefile
25 lines
520 B
Makefile
all: upperbounds
|
|
|
|
upperbounds:
|
|
xelatex upperbounds.tex
|
|
bibtex upperbounds
|
|
xelatex upperbounds.tex
|
|
xelatex upperbounds.tex
|
|
|
|
clean:
|
|
rm -f _region_.*
|
|
rm -f upperbounds.bib.bak
|
|
rm -f upperbounds.aux
|
|
rm -f upperbounds.bbl
|
|
rm -f upperbounds.bib.blg
|
|
rm -f upperbounds.blg
|
|
rm -f upperbounds.fdb_latexmk
|
|
rm -f upperbounds.fls
|
|
rm -f upperbounds.log
|
|
rm -f upperbounds.nav
|
|
rm -f upperbounds.out
|
|
rm -f upperbounds.pdf
|
|
rm -f upperbounds.snm
|
|
rm -f upperbounds.synctex.gz
|
|
rm -f upperbounds.toc
|
|
rm -f upperbounds.vrb
|