Makefile 223 B

123456789
  1. SOURCE = musterloesung-db-klausur-b
  2. make:
  3. pdflatex -shell-escape $(SOURCE).tex -output-format=pdf
  4. pdfcrop --margins '5 10 20 30' d3.pdf d3.pdf
  5. make clean
  6. clean:
  7. rm -rf $(TARGET) *.class *.html *.log *.aux *.out *.pyg