uaveiro-leci/1ano/2semestre/lsd/projects/BreadMachine/report/src/Makefile

18 lines
350 B
Makefile

.PHONY: all clean cleanall
all: documento.pdf
documento.pdf: documento.tex bibliografia.bib
pdflatex documento.tex
biber documento
pdflatex documento.tex
pdflatex documento.tex
mv documento.pdf ../
clean:
rm -f *.aux *.blg *.bbl *.toc *.log *.lof *.lot *.log.xml *.bcf *.out *.run.xml
cleanall: clean
rm -f documento.pdf ../documento.pdf