summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 5db767fa0b2a7e16f34df95432d18dd552bb4830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.PHONY: clean

all: clean cv.pdf cv-web.pdf

cv-web.pdf : cv.pdf
	qpdf --linearize $< $@

%.pdf : %.tex
	latexmk -f -pdf -xelatex -quiet $<

clean:
	rm -f *.{aux,fdb_latexmk,fls,log,xdv,out}

cleanall : clean
	rm -f *.pdf