2012-12-11 19:38:53 +03:00
|
|
|
all: cv example
|
2012-12-02 00:52:08 +03:00
|
|
|
|
2012-12-11 15:38:57 +03:00
|
|
|
cv: cv.pdf
|
|
|
|
|
2012-12-02 00:52:08 +03:00
|
|
|
cv.pdf: cv.tex
|
|
|
|
pdflatex cv.tex
|
|
|
|
|
2012-12-11 15:39:22 +03:00
|
|
|
example: template.pdf
|
|
|
|
|
|
|
|
template.pdf: template.tex
|
|
|
|
pdflatex template.tex
|
|
|
|
|
2012-12-02 00:52:08 +03:00
|
|
|
clean:
|
|
|
|
rm -rf *.out *.dvi *.log *.out *.aux *.pdf
|