~dricottone/resume

ref: 1aa7daf7d3bb7c6e8951f5eaf746a37b59504fbd resume/Makefile -rw-r--r-- 199 bytes
1aa7daf7 — dricottone Adding preview functionality 5 years ago
                                                                                
bdff9a19 dricottone
d3ccc20f dricottone
1aa7daf7 dricottone
d3ccc20f dricottone
bdff9a19 dricottone
d3ccc20f dricottone
1aa7daf7 dricottone
d3ccc20f dricottone
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 preview.png

delete:
	rm document.pdf