Makefile 240 B

12345678910
  1. DOKUMENT = tutorenschulung-abschlussreflexion
  2. make:
  3. pdflatex $(DOKUMENT).tex -output-format=pdf
  4. pdflatex $(DOKUMENT).tex -output-format=pdf
  5. make clean
  6. clean:
  7. rm -rf $(TARGET) *.class *.html *.log *.aux *.out *.pyg *.ist *.glo *.toc