Makefile: Add make target for example template

Use: `make example` or `make template.pdf` to see the stock moderncv
template.
This commit is contained in:
Alan Orth 2012-12-11 15:39:22 +03:00
parent e7891b905a
commit bc2480d70c
1 changed files with 5 additions and 0 deletions

View File

@ -5,5 +5,10 @@ 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