all: run analyze doc

run:
	python main.py

analyze:
	python main.py --analyze

doc:
	pdflatex report.tex
	pdflatex report.tex
	pdflatex report.tex
