This repository has been archived on 2024-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
seminararbeit/Makefile
2021-04-22 19:01:51 +02:00

20 lines
268 B
Makefile

seminararbeit.pdf: seminararbeit.tex bibliography.bib
latexmk -xelatex seminararbeit.tex
.PHONY: clean
clean:
rm -f \
*.aux \
*.bbl \
*.bcf \
*.blg \
*.fdb_latexmk \
*.fls \
*.log \
*.out \
*.pdf \
*.run.xml \
*.synctex.gz \
*.toc \
*.xdv