Makefile 271 B

12345678910
  1. SOURCE = biblatex-mwe
  2. make:
  3. pdflatex -shell-escape $(SOURCE).tex -output-format=pdf
  4. biber $(SOURCE)
  5. pdflatex -shell-escape $(SOURCE).tex -output-format=pdf
  6. make clean
  7. clean:
  8. rm -rf $(TARGET) *.class *.html *.log *.aux *.out *.toc *.bbl *.blg *.pyg *.bcf *.run.xml