Newer
Older
Lecture_repo / Lectures_my / MC_2016 / Lecture5 / Makefile
@mchrzasz mchrzasz on 13 Mar 2016 208 bytes starte lecture 5
  1. all: mchrzasz.pdf
  2.  
  3. mchrzasz.pdf: mchrzasz.tex
  4. xelatex mchrzasz.tex
  5. # bibtex mchrzasz
  6. xelatex mchrzasz.tex
  7. # xelatex mchrzasz.tex
  8. clean:
  9. rm *.aux *.bbl *.blg *.log *.out *.pdf *.sh *.xml *.snm *.toc *.nav