picture just makes the pdf big
[ozzloy@gmail.com/cv] / Makefile
1
2 all:pdf
3
4 pdf:daniel_watson_resume.pdf
5
6 daniel_watson_resume.pdf:daniel_watson_resume.tex
7 latexmk -pdf $?
8
9 view: daniel_watson_resume.pdf
10 evince $?
11
12 clean:
13 latexmk -c daniel_watson_resume.tex
14
15 cleanall:
16 latexmk -C daniel_watson_resume.tex
17 rm -f daniel_watson_resume.out