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