diff options
| author | Orangerot <purple@orangerot.dev> | 2024-05-24 17:42:08 +0200 | 
|---|---|---|
| committer | Orangerot <purple@orangerot.dev> | 2024-05-24 17:47:22 +0200 | 
| commit | 7fcdc1c788725f866de71fc9dfd8c4d1cb132b57 (patch) | |
| tree | 89931c85ae3f149884ba02c69862558e93f01531 /01-pflichtenheft-kolloquium/Makefile | |
Diffstat (limited to '01-pflichtenheft-kolloquium/Makefile')
| -rw-r--r-- | 01-pflichtenheft-kolloquium/Makefile | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/01-pflichtenheft-kolloquium/Makefile b/01-pflichtenheft-kolloquium/Makefile new file mode 100644 index 0000000..65ba963 --- /dev/null +++ b/01-pflichtenheft-kolloquium/Makefile @@ -0,0 +1,10 @@ +MAIN = presentation.tex +FLAGS = -pdf + +all: +	latexmk $(FLAGS) $(MAIN) +dev: +	latexmk $(FLAGS) -pvc $(MAIN) +clean:  +	latexmk -C + | 
