MAIN = pflichtenheft
FLAGS = -pdf

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