pse-documentation/01-pflichtenheft-kolloquium/Makefile

11 lines
126 B
Makefile
Raw Permalink Normal View History

2024-05-24 17:42:08 +02:00
MAIN = presentation.tex
FLAGS = -pdf
all:
latexmk $(FLAGS) $(MAIN)
dev:
latexmk $(FLAGS) -pvc $(MAIN)
clean:
latexmk -C