pse-documentation/00-pflichtenheft/Makefile

11 lines
123 B
Makefile
Raw Permalink Normal View History

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