Makefile 146 B

123456789
  1. SOURCE=minimal-document
  2. make:
  3. pdflatex $(SOURCE).tex -output-format=pdf
  4. make clean
  5. clean:
  6. rm -rf $(TARGET) *.class *.html *.log *.aux *.out