SOURCE = math-minimal-distance-to-cubic-function
make:
	pdflatex $(SOURCE).tex -output-format=pdf
	pdflatex $(SOURCE).tex -output-format=pdf
	make clean

clean:
	rm -rf  $(TARGET) *.class *.log *.aux *.out *.thm
