Makefile 170 B

12345678
  1. SOURCE = math-minimal-distance-to-cubic-function
  2. make:
  3. pdflatex $(SOURCE).tex -output-format=pdf
  4. make clean
  5. clean:
  6. rm -rf $(TARGET) *.class *.html *.log *.aux *.out