8 lines
226 B
Makefile
8 lines
226 B
Makefile
main.pdf: main.tex refs.bib
|
|
pdflatex -interaction=nonstopmode -halt-on-error main.tex
|
|
bibtex main
|
|
pdflatex -interaction=nonstopmode -halt-on-error main.tex
|
|
|
|
clean:
|
|
rm *.bbl *.bcf *.blg *.log *.run.xml *.toc *.aux *.out -f
|