~dricottone/resume

ref: a1800ea268f33848e82d13b7e6014315f1f2f200 resume/Makefile -rw-r--r-- 150 bytes
a1800ea2Dominic Ricottone Simplified appearance of resume 1 year, 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
clean:
	rm -f *.aux *.log *.out *.pax *.pdf
	rm -f preview.png

build: clean
	pdflatex document.tex
	pdftoppm document.pdf preview -png -singlefile