~dricottone/resume

ref: 339a05320f9bbf82b6bd7213822c564e70cd2970 resume/Makefile -rw-r--r-- 225 bytes
339a0532 — dricottone Updating technical skills 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pdf: delete
	pdflatex document.tex
	pdftoppm document.pdf preview -png -singlefile

pdf-open: pdf
	mupdf document.pdf

clean:
	rm -f document.aux document.log document.out document.pax preview.png

delete:
	rm document.pdf