aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ef2b321..ae16a1e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
.PHONY: build clean live
build:
- latexmk -pdf -outdir=build -jobname=$$topic zusammenfassung.tex
+ latexmk -pdf -outdir=build -jobname=$$topic main.tex
live:
- latexmk -pdf -pvc -outdir=build -jobname=$$topic zusammenfassung.tex
+ latexmk -pdf -pvc -outdir=build -jobname=$$topic preview.tex
clean:
- latexmk -C -outdir=build -jobname=$$topic zusammenfassung.tex
+ latexmk -C -outdir=build -jobname=$$topic main.tex