Makefile 316 B

1234567891011
  1. SOURCE = bachelor-proposal
  2. make:
  3. pdflatex $(SOURCE).tex -output-format=pdf
  4. bibtex $(SOURCE)
  5. pdflatex $(SOURCE).tex -output-format=pdf # Referenzen einbinden
  6. pdflatex $(SOURCE).tex -output-format=pdf # Referenzen einbinden
  7. make clean
  8. clean:
  9. rm -rf $(TARGET) *.class *.html *.log *.aux *.out *.bcf *.bbl *.blg