Makefile 151 B

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