make:
	pdflatex milgrams-small-world-letter.tex -output-format=pdf
	pdflatex milgrams-small-world-table -output-format=pdf
	make clean

clean:
	rm -rf  *.aux *.log *.out
