Makefile 455 B

1234567891011121314151617
  1. .PHONY: clean
  2. clean:
  3. del *.lof *.lot *.aux *.bbl *.blg *.dvi *.idx *.log *.out *.toc *.backup kapitel\*.aux
  4. .PHONY: cleanall
  5. cleanall: clean
  6. del *.pdf
  7. pdf: schriftlich.tex
  8. pdflatex schriftlich --shell-escape
  9. bibtex schriftlich
  10. pdflatex schriftlich --shell-escape
  11. pdflatex schriftlich --shell-escape
  12. pdflatex schriftlich --shell-escape
  13. pdflatex schriftlich --shell-escape
  14. pdflatex schriftlich --shell-escape
  15. pdflatex schriftlich --shell-escape