cv/Makefile

8 lines
97 B
Makefile

all: cv.pdf
cv.pdf: cv.tex
pdflatex cv.tex
clean:
rm -rf *.out *.dvi *.log *.out *.aux *.pdf