cv/Makefile
Alan Orth bc2480d70c Makefile: Add make target for example template
Use: `make example` or `make template.pdf` to see the stock moderncv
template.
2012-12-11 15:39:22 +03:00

15 lines
183 B
Makefile

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