master-thesis/Makefile
2021-11-04 23:53:09 +01:00

15 lines
281 B
Makefile

PDF_CMD=pdflatex -synctex=1 -interaction=nonstopmode
BIB_CMD=bibtex
all: Main.pdf
Main.pdf: clean
$(PDF_CMD) Main.tex
$(BIB_CMD) Main.aux
$(PDF_CMD) Main.tex
$(PDF_CMD) Main.tex
clean:
rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out *.brf *.blg *.bbl Main.pdf