summaryrefslogtreecommitdiff
path: root/00-pflichtenheft/Makefile
blob: 6277cc36a3d0ecf1bf635c67c0832b6ee3a9492f (plain)
1
2
3
4
5
6
7
8
9
10
MAIN = pflichtenheft
FLAGS = -pdf

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