Skip to content
Snippets Groups Projects
Commit c5d32520 authored by Jannik Dunkelau's avatar Jannik Dunkelau
Browse files

Update Makefile

parent 60daf4c0
No related branches found
No related tags found
No related merge requests found
.PHONY: install
install:
latexmk -pdf thesis.tex
.PHONY: all
all: article
.PHONY:article
article:
latexmk -pdf ${PVC} -pdflatex="pdflatex -synctex=1 -interaction=nonstopmode" thesis.tex
.PHONY: watch
watch:
latexmk -pvc thesis.tex
watch: PVC=-pvc
watch: article
.PHONY: clean
clean:
latexmk -C thesis.tex
latexmk -C -bibtex
rm *.loa *.lol *.tdo
.PHONY: zip
zip:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment