summaryrefslogtreecommitdiff
path: root/Makefile
blob: ad349cc5d96feaba6c81a6e0b1be7f22d6bb7378 (plain)
1
2
3
4
5
6
7
cv.pdf: cv.tex photo.png friggeri-cv.cls
	xelatex $<

clean:
	$(RM) cv.pdf cv.log cv.out cv.blg cv.bcf cv.bbl cv.aux cv.run.xml

.PHONY: clean