view makefile @ 24:49001fa5195c

Style tweaks
author Daniele Nicolodi <daniele@grinta.net>
date Sun, 17 Oct 2021 16:49:54 +0200
parents efc357cfa277
children 608d78441570
line wrap: on
line source

SRC = cv
BIB = publications.bib

all: $(SRC).pdf

%.pdf: %.tex publications.bib
	pdflatex -file-line-error -halt-on-error $(SRC).tex
	biber $(SRC)
	pdflatex $(SRC).tex
	pdflatex $(SRC).tex

clean:
	rm -f $(SRC)-blx.bib $(SRC).aux $(SRC).bbl $(SRC).blg $(SRC).log $(SRC).out $(SRC).pdf