Newer
Older
Lecture_repo / Lectures_my / EMPP / 2018 / Lecture3 / Makefile
@Marcin Chrzaszcz Marcin Chrzaszcz on 29 Oct 2018 208 bytes lectures done
  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