view makefile @ 23:6396966cca25

Update
author Daniele Nicolodi <daniele@grinta.net>
date Thu, 16 Sep 2021 23:42:27 +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