summaryrefslogtreecommitdiff
path: root/01-pflichtenheft-kolloquium/Makefile
blob: 65ba963bd6997aff6445a1fbf182814cb49fbd96 (plain)
1
2
3
4
5
6
7
8
9
10
MAIN = presentation.tex
FLAGS = -pdf

all:
	latexmk $(FLAGS) $(MAIN)
dev:
	latexmk $(FLAGS) -pvc $(MAIN)
clean: 
	latexmk -C