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:
5
Makefile
5
Makefile
@ -5,5 +5,10 @@ cv: cv.pdf
|
|||||||
cv.pdf: cv.tex
|
cv.pdf: cv.tex
|
||||||
pdflatex cv.tex
|
pdflatex cv.tex
|
||||||
|
|
||||||
|
example: template.pdf
|
||||||
|
|
||||||
|
template.pdf: template.tex
|
||||||
|
pdflatex template.tex
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf *.out *.dvi *.log *.out *.aux *.pdf
|
rm -rf *.out *.dvi *.log *.out *.aux *.pdf
|
||||||
|
Reference in New Issue
Block a user