Makefile 291 B

123456789
  1. SOURCE = euler-nicht-eindeutig
  2. make:
  3. pdflatex -shell-escape $(SOURCE).tex -output-format=pdf # shellescape wird fürs logo benötigt
  4. make clean
  5. clean:
  6. rm -rf $(TARGET) *.class *.html *.log *.aux *.out *.glo *.glg *.gls *.ist *.xdy *.1 *.toc *.snm *.nav *.vrb *.fls *.fdb_latexmk *.pyg