Makefile 281 B

12345678910
  1. SOURCE = definitionen
  2. make:
  3. ./generateDefinitions.py
  4. pdflatex $(SOURCE).tex -interaction=batchmode -output-format=pdf
  5. pdflatex $(SOURCE).tex -interaction=batchmode -output-format=pdf
  6. make clean
  7. clean:
  8. rm -rf $(TARGET) *.class *.html *.log *.aux *.out *.thm definitionen.tex