Makefile 233 B

12345678910
  1. SOURCE = acronyms-example
  2. make:
  3. pdflatex $(SOURCE).tex -output-format=pdf
  4. pdflatex $(SOURCE).tex -output-format=pdf
  5. pdflatex $(SOURCE).tex -output-format=pdf
  6. make clean
  7. clean:
  8. rm -rf $(TARGET) *.class *.html *.log *.aux *.out